Hi Birger, thank you very much for your hint. It seems to be so much simpler to do this in Delphi than in C++ Builder :-) I'm using the examples on ...
In my application written in C++ Builder I'm using TCppWebBrowser and block popups in the CppWebBrowser1NewWindow2 event handler. Is there any way to detect...
Hi, LoadFromStrings shows me the source code instead of the rendered page. When I save the strings to an html file then I use Navigate method, everything is...
When I try to display a certain HTML file in an embedded TWebBrowser, I get the "Application Error" dialog with "Exception EInvalidOp in module jscript.dll at...
Hello ! I need to know when the user clicks on a link. (It's possible?) And... when i click on a link in my CppWebBrowser (i'm using BCB, but i think the...
Using a TWebBrowser Component we detect that URL that came from at 302 redirection (or cgi script) did not fire the onbeforenavigate event (or any event before...
Hi, I'm using the compo TEmbeddedED and it works very well, but I have one great problem... I have many HTML files with strange character (unicode). How can I...
Dear friends, How can I get the text of a link in a webbrowser ? Exemplo: <a href="/my/page.html">My Link</a> I need to get the Text "My Link" Please help me. ...
Hi! Has delivered EmbeddedWB_D2005 on delphi 2005 like all normally but as I shall not understand as to make that in folders to unclose necessary url, to save...
Hi Brian As long as you've got it working. ;>) I'll save this for later study - can't say I understand too much of the C++, tho I do understand the structure...
I thought I'd post this as it has help me in the past: It is an example of using IMarkupServices to get info from a selection in TWebbrowser. IMarkupServices...
Why does TWebbrowser ignore this IE registry setting? I'd like images to auto-resize if they are larger than the WB's window. If I change the registry value to...
... Not exactry! here is the IE architecture ... Internet Explorer ... SHDOCVW.DLL - WebBrowser Control ... MSHTML.DLL - MSHTML ... end the TWebBrowser...
I tried it on the same page with several different words and 'result' or 'results' were the only words that caused it to hang. Go figure. I guess you need to...
Take a snapshot of the document #1 and display the resulting image over. Load document #2 and when the DocumentComplete event fire, frhide your image... This...
Hi all, As TWebBrowser, is there any way to implement OnNavigateError procedure for the TEmbeddedWB component ? procedure TEmbeddedWB.NavigateError(ASender:...
Try using the TEmbeddedWB. I have not tested it with the images yet, but you can give it a shot. Besides, the TWebBrowser is no where close being As good as...
That would depend on what language and what version of it is being used. I - for instance - am using Delphi v. 3.02, in which TEmbeddedWB is useless. So...
Hello all. I have made a basic html editor using twebbrowser with design mode set to on. Firstl i naviaget the browser to a blank page, then i set design mode...
In reply to the original question, i have now solved it - doh!. Ill add how i did it just in case anyone else might be interested. originally, the first thing...
... <........> ... <........> Whithout any intention to blame the author of the post, this is totally weird!!! Is it a bug in the browser?? As a result the...
Hi could anyone tell me how to successfully unregister the permanent Mimefilter for Embeddedwb from Euromind at runtime? I can't seem to unhook it at runtime....
... Well, I've decided the "kludge" this to get it to work and thought I'd post it here for every one else's benefit. I took some html source pointed and img...
I am having problem to install TFavoriteListView in Delphi 2005. It was installed ok in Delphi 5,6,7. When I tried to install this component to Delphi 2005, it...