Hi, ... 1'st problem as the normal event mechanism will give you the mouse click AFTER the navigation is initiated you might run into some timing issues 2'end...
Thanks for the help Kurt! I'm unsure yet if I'll actually proceed with implementing IHtmlEditDesigner - might be in the next version of software I'm...
hello everyone. i have a program that displays employee names in a treeview. now i want to add checkbox on each tree node for multi-select. my problem is how...
Greetings, Here's a couple of sites to have a look at: http://delphi.about.com/od/vclusing/l/aa092104a.htm http://www.swissdelphicenter.ch/en/tipresult.php The...
Hi all! Please, can someone explain to me what is the relationship between TWebBrowser and IWebBrowser2 ? I have a function with TWebBrowser and other with...
IWebBrowser2 is one of several interfaces (interfacedescriptions) implemented within the MS webbrowser object. TWebBrowser is your Delphi (or onother...
I have an issue hopefully you gurus can help with.... In IE8 if I navigate to a webpage that has a link on it that opens a small popup IE8 window allowing a...
I have an application that is going to retrieve a page from the Net and then scan for and save various items. In order to do this, the page needs to be fully...
Hi All, Reading in a webpage with Navigate I receive a number of WebBrowser1DocumentComplete events. After the second one I get a window telling me that there...
Hi Franz, Doesn't look like anyone is going to answer?? What i've done in the past is to loop for the window message then send a kill window message to it to...
Hi Charlie, Thanks for your help. I accidently found out that setting the TWebBrowser property Silent to true keeps me from seeing the appearing window any...
Hi Franz, Thanks for you kind reply. I wrote a program to grab all the windows (visible and invisible) and display the Window Title and Class. This was the...
Good Day I tried to find the Original Parser - No Luck just the Extended but now that has tons of errors with it . PLEASE HELP URGENTLY IF POSSIBLE TYVM in...
How to create a Webbrowser with a progress bar in 3 minutes for newbies Create your own delphi progress bar! This very short tutorial shows you how to add a...
I am using the simple download demo that comes with TEmbeddedWB component. I want this same functionality in my application. I go to a web form that has a FORM...
Easy Webbrowser Writing Guide 2011 View the tutorial and download the project files, all or separately <http://www.delphi7.nl/progressbar/index.html> December...
To download the chm help file for offline viewing click here <http://www.delphi7.nl/download.php?file=easy_webbrowser_writing_guide&t\ ypefile=tutorial> ...
Hi All, I am just trying to play around with TWebBrowser component, so I took one TPageControl, TWebBrowser component, two TButton component (one for Back and...
... have clicked on "Back" or "Forward" button and after this if I am opening "Delphipages" forum to post any new thread, after typing some text if I press...
Webbrowser16.zip from my project contains back and forward navigation, and works like you want I think, I just tested it Give it a try and let me know if that...
Hi everyone, I have a problem with TWebBrowser when opening a popup window. There is no problem when working with ineternet explorer, every window works...
Hi As it seems that noone know the problem you reporting, youll have to describe your system and give a step by step guid to recreate your error. Cheers Kurt ...
Thanks Kurt, The only code I use is that procedure TdlgSgkAktarim.FormShow(Sender: TObject); begin wbSgkBowser.Navigate(' URL '); While wbSgkBowser.ReadyState...