hi all !! Please , if anyone help me to find sample project or source code of application that work like internet explorer. with best regards ...
3502
roy s
roy12a@...
Mar 1, 2001 3:25 pm
try at http://www.pbear.com/ They have some free demos with source codes. I have purchased the full version and it works fine. Regards Lior ... From: mohamed...
3503
100031.2167@...
Mar 1, 2001 6:01 pm
Hi. If an HTML page contains a button, say, is there a way of telling when it's been clicked? Cheers, Martyn...
3504
Jim Persinger
jpersinger309@...
Mar 2, 2001 5:02 pm
__________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/...
3505
Andrew
THe_Wizard@...
Mar 2, 2001 5:18 pm
This is VB Code how can i translate it to Delphi: VB code : webbrowser1.document.formname.radioname(0).click Thank you...
3506
Henri Fournier
hfournier@...
Mar 2, 2001 5:51 pm
Try: WebBrowser1.OleObject.document.formname.radioname.item(0).click -- Henri Fournier http://members.home.net/hfournier ... From: Andrew...
3508
Alexey Karak
karak@...
Mar 5, 2001 9:11 am
Hi. How can I add the TDomDocument component to Delphi components pallete? Alexey Karak....
3509
Henri Fournier
hfournier@...
Mar 5, 2001 12:22 pm
Import MSXML.DLL -- Henri Fournier http://members.home.net/hfournier ... From: Alexey Karak [mailto:karak@...] Sent: March 5, 2001 4:14 AM To:...
3510
chris@...
Mar 5, 2001 12:33 pm
Hi, When I click on url that includes javascript it does not load up. I have looked in the help but cannot find the correct answer. Can anyone help regards in...
3511
Alexey Karak
karak@...
Mar 6, 2001 12:40 pm
Hello, Henri, I try import c:\WinNT92;System3292;MSXML.DLL, but result is null. A list in dialog "Import ActiveX" keep unchanged. Alexey Karak....
3512
Henri Fournier
hfournier@...
Mar 6, 2001 12:50 pm
From the menu, Project - Import Type Library select Microsoft XML and click install. Delphi will create an MSXML_TLB.pas file and add the components to the...
3513
a40in@...
Mar 7, 2001 2:56 am
Colleagues, If I need to save a current page in WebBrowser, I can execute the following line WebBrowser1.ExecWB(OLECMDID_SAVEAS, 0); and the standard IE's SAVE...
3514
crazyfinger@...
Mar 7, 2001 7:02 am
Hello Everybody, I have written my own implementation of a pluggable protocol and I'm trying to debug this. Unfortunately when I start debugging using ...
3515
mohamed mohemedi
h_merskani@...
Mar 7, 2001 1:17 pm
I would like sample project that use twebbrowser component or source code with "save as" of internet explorer that alow users to download web page and his ...
3516
Kurt Senfer
Ks@...
Mar 7, 2001 2:42 pm
Go to: http://www.euromind.com/iedelphi/ and all your wishes will be fulfilled :-) Kurt ... From: mohamed mohemedi [mailto:h_merskani@...] Sent: 7. marts...
3517
nexus@...
Mar 8, 2001 4:14 am
Hi everyone~ I just want to get full source of HTML in IE. But in IE 5.5, I cannot get source of HTML in IHTMLFrameCollection. Is there anyone who can help me?...
3518
Grand Jonx
knipjo@...
Mar 8, 2001 9:50 am
Except this one... Is there really such a sample there ??? Or a componant doing this ?? That would be great :)...
3519
Christian NineBerry S...
egroupsdelphi@...
Mar 8, 2001 11:55 am
Hi Nexus ... You need to pass a pointer to IHTMLDocument to the routine you posted three days ago. Just use WebBrowser.document. That will work if the browser...
3520
chris@...
Mar 8, 2001 3:56 pm
Hi, I can scan through the text of a web page through ReportData in mime filter. If I run checks in that procedure how I cancel the web page been displayed to...
3521
nicktu@...
Mar 8, 2001 9:11 pm
Use TWebBrowser39;s OnBeforeNavigate2 event to read each URL as it comes in. The last URL received is generally the one of interest. For framesets that give the...
3522
sjimenez@...
Mar 9, 2001 1:36 am
I would like to translate not only page and clicked URLs, but also all embedded objects URLs in order to use local ones. I have tried with iDocument2, but it...
3523
mvy24@...
Mar 9, 2001 10:05 am
This will get me the first image : WebBrowser1.OleObject.Document.images.item(0).src But how can i get the number of the image under my mouse cursor cause i...
3524
Christian NineBerry S...
egroupsdelphi@...
Mar 9, 2001 10:52 am
Hi ... Use the elementFromPoint method of IHTMLDocument2 interface. Traubensaft gibt Traubenkraft Christian "NineBerry" Schwarz -- Bei der Bundeswehr gäb' es...
3525
mvy24@...
Mar 9, 2001 10:55 am
... Christian can you give me a sample on how to work with the elementFromPoint method of IHTMLDocument2 interface. Cause i don't have a clue on how this works...
3526
Christian NineBerry S...
egroupsdelphi@...
Mar 9, 2001 11:29 am
Hi ... OleCheck(MyDocument.elementFromPoint(X, Y, MyElement)); Traubensaft gibt Traubenkraft Christian "NineBerry" Schwarz -- Bei der Bundeswehr gäb' es nur...
3527
sjimenez@...
Mar 9, 2001 12:35 pm
Perhaps the answer to my question is in Asynchronous Pluggable Protocol ? But trying to run the demo at http://www.euromind.com/iedelphi/download/protocol.zip,...
3529
mvy24@...
Mar 9, 2001 2:01 pm
... Christian i am totally new to this what do i need to add to my uses clause because OleCheck and MyDocument are unknown ... And am i right if i would do...
3530
radams@...
Mar 9, 2001 6:11 pm
Hello - My question deals with Internet Explorer / JavaScript - Our shop has been developing an Intranet Application which uses the IE browser. (This is a GIS...
3531
sidi@...
Mar 9, 2001 6:33 pm
... Also check out Per's post #1807 http://groups.yahoo.com/group/delphi-webbrowser/message/1807 I'm coding Java Applets (that have the same privileges as the...
3533
sjimenez@...
Mar 9, 2001 9:04 pm
One important precision : I have the problem under NT4 (SP6) but not under W98, with the same exe. Bye Serge Jimenez. ... TProtocol.ObjQueryInterface...