I created a program simliar to chammeleon if you know it, anyway it creates webrowser on tab at runtime. code: tempbr := tembeddedwb.Create(acttab); with...
Maybe I am missing something really easy, but I am trying to enumerate the open explorer windows, then use the TravelLog component to get/set the back and...
Could you send me the actual link that you would like to submit too? Either in here, or off list. And I will see if the method that I have, is what you are...
Here is the link: http://www.pricenews.com.ua/board/add.php3 There You can see 2 forms: 1 - containing "text" input and "submit" button 2 - containing 3 "text"...
Hi, In my BHO I intercept an OnBeforeNavigate2 event. How I can get IWebBrowser2 interface of a browser for which this event is started. May be I can get this...
... OK, I can Submit information into the "Mail Text Box" As in, enter the email address from an Edit Field Into the <input type="text" name="email" size="12"...
Hello everyone; Could someone point me to a way of having Windows XP Themes in EmbeddedWB??? As my webbrowser project, does not look that good under Windows...
Use Delphi 7.0 :) El mar, 04-03-2003 a las 19:42, Delphi @ Carrz-Fox-Fire Promotions...
Jaime Muñoz
mitotech@...
Mar 5, 2003 5:27 pm
6992
I am using TWebBrowser and successfully getting OnMouseDown and OnClick events to work plus getting selected text. Can someone please guide me in being able to...
Morris Lockwood
morris.lockwood@...
Mar 6, 2003 1:31 am
6993
Hi. I am want get my tags of my document XML which was loaded in my webbrowser... <?xml version="1.0" encoding="windows-1252"?> -<SERVMAPA> -<LOCATION> ...
Do any of you know how can I create an instance of the IEParser (or similar object) within an Active Server Page? these sould be something like: <% ...
If you are reading XML use DOM it's more better...
mitotech
mitotech@...
Mar 6, 2003 5:29 pm
6998
Why i am use DOM ? I need used XML with WEBBROWSER. I want get data XML received in my WEBBROWSER and take tags. I already trying save all page.. but it´s the...
Ok. If you insist! Try this code: procedure GetLinks( HtmlDocument: IHTMLDocument2); var HtmlElement : IHTMLElement; i : integer; begin if...
Jaime Muñoz
mitotech@...
Mar 6, 2003 11:07 pm
7000
Hello: I am setting the selectedIndex of a IHTMLSelectElement using the code below. The problem is that element has an OnChange event defined but it does not...
Thanks for your attention. The page isn't mine ... but it's online (intranet) and i use TWebBrowser to show it. As said, my goal is handle by code (delphi) few...
When I download a lot of files at once with one IEDownload component, sometimes this AV will appear: Access violation at 0x771c4a88: Read of address at...
... WebBrowser don't display XML data. WebBrowser transforms your XML page in good viewed HTML page and displays this HTML that represents data in XML file. ...