I have some problems to retriving (get or capture) user input data or data on grid or table from the web page,web applet or html file... I want to make a...
Hello, i am trying to solve problem with sending keys to component TEmbeddedWB. In Delphi 6 I have 2 ways how can I send key to "normal" component: 1. using...
Hi, I try to save the TWebBrowser componente to a metafile and for this I want to use the IHTMLPainter::Draw Method. But I´m distressed to get the interface...
Hello, I'm using a HTML Dialog Box in my programm. This Dialog Box is create by API, using the ShowHTMLDialog function of the MSHTML.DLL file. I know how to...
Hi people! I have a problem. How we can do show picture in Web Browser. I can trace onclick event on the picture, but if show pictures option in web browser is...
Hi guys Only occasional TWebbrowser developer so this may be dumb. I have an activeforms application which works fine within IE. The HTML for this is shown...
... CAUTION: the FPU control word is active for the whole current thread, so you may end up killing error messages you'd want your application to handle !! If...
... VBA form in Word/Excel, This is because Delphi use a different FPU error mask than MS created programs. Delphi uses the FPU units build in error checking...
HI all. I'm new on using delphi and TWebBrowser component. I use Delphi 6 a very long time, but not with the TWebBrowser component. This is basically what I...
Hi, All. Event "OnDocumentComplete" fire when HTML page and images are loaded into browser. How I can get access to DOM when HTML page is loaded but images are...
Solution 1: tell your browser to not download images. solution 2 (better): as long as you don't care about how the page looks like, don't use the browser to...
As soon as you initialize the IHTMLDocument the page is considered rendered. But this is not always (well, in most of the times) safe. Having IMG tags with...
one more note: I am not sure what happens when you assign the downloaded HTML page into an IHTMLDocument object regarding the included files. There is a chance...
Dear Fotis, Thank you for comments about CSS. I need to load simple pages without CSS styles, but some pages can have inline CSS styles. How I can get Real...
... this is possible if only the IMG tag has attributes for width and height. For details, you should mainly check the IHTMLCurrentStyle documentation in the...
Hello How Can I write a Thread that switch between 2 form frequently. I want a write program like chat but with file, that communicate between forms with a...
I writing a plugin for IM and i don't know what event i must set to run my procedure when application add some text to window (by insertAdjacentHTML or...
Currently, I have a Delphi application to record data from costumers. At the end of the day, I have to type all this information into a form in a website....
Hello, I need ignore the security certificate. How i can tell to TWebBrowser to not prompt for certificate information? I try to set Silent mode to True, but...