I have a toolband with TEmbeddedWB control on top, so that it displays contents of the web page. I know I could use explorer bar for this but the customer...
... browser. ... Hello If you want to navigate to a page on IE from with in your delphi. You can do Shellexec('http:www.you.coj', and so on If you need to...
... If you need to just get the html of the document there are lots of procedures to do that . If this is what you need let me khow i did a procedure to do...
I make IE toolbar with "DelphiBand". I use ShowBrowserBar method from BHO after installation of toolbar, and display it. but there is a problem. When I set a...
Hi all I need to write a tool bar for IE. Before I start taking a look I thought I'd ask a few questions to make sure I am not wasting my time :-) 01: Does...
Hello, I have released an open source project to find the usage and display the summary of bandwidth used for a broadband provider in India. The source is on...
I am working on a project needing to make temples. I am useing Twebbrowser in edit mode. I need to make a 100% with templets. The only way i know to do this is...
I create and edit tables separately and insert the whole table as html code. If anybody knows how to edit table in the TWebBrowser itself (creating new rows...
Dear all, I'm shure that I'm not the only one facing this problem. In my applications with TWebBrowser I often put HTML directly as string and then I have...
If anyone has found a solution to your application crashing when navigating in TWebBrowser (if the user has Java 1.6 installed), please post it. I know Sun has...
Hi, I'm looking to adapt a desktop app(existing Delphi7/Kylix codebase) to interface with my website through the embded browser. Most of the adaptations...
Hi Grant, I'm talking with a developer already who sounds interested. If they can't do it for some reason I'll get in touch. Thanks! ... Hello brent My I see...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the delphi-webbrowser group. File :...
delphi-webbrowser@yah...
Aug 12, 2007 7:59 am
10168
Sorry for annoying you, but ... do anybody have an idea? ... ____________________________________________________________________________________ Take the...
You need to write a custom implementation of IMoniker. Set your base URL in IMoniker.GetDisplayName(...... Feed your HTML-page in as a stream in Set your ...
Hi, Im Trying to Open Excel File through TWebBrowser Component. Its Opening Fine, Here I have some problem I dont want to Edit the Excel File. Any body knows...
Hello, I am trying to navigate to a webpage that contains a form with 3 buttons, all three buttons have a javascript function associated with their onClick()...
Hi, I have a Delphi application using a Twebbrowser and i am sinking events. On a specific webpage everything works fines and all Ihtmlelements are responding...
Dear developers, I would like to prevent the user pressing the 'F5' key on the TWebBrowser. Refreshing the page may cause problems, especially if the page is a...
Ciao, You can disable accelerators like F5 using the OnTranslateAccelerator event. Return S_OK for disabling an accelerator and S_FALSE for enabling it, for...
My BHO is packaged to a cab file along with accompanying .inf, as most of the ActiveX installers do. On the web page which installs my BHO, I'm using the...
Hi, I have a couple of IE helper dll's (one is a BHO) where I've incorporated the necessary update code inside the dll itself. After start-up (and only once a...
Hi Kurt, Thanks for the hint, I'll very likely implement something like what you suuggested in this project. Actually I've been used a very similar method...
Hi Guys, How can I send a webpage as HTML email ? I prefer to use ShellExecute so the users standard client is used and keeps me from asking for a STMP...