Search the web
Sign In
New User? Sign Up
delphi-webbrowser · Delphi: Using IE's WebBrowser
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 8800 - 8830 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8800
procedure DoDocumentComplete(const pDisp: IDispatch; var URL: OleVariant); var str:string; i:integer; RefreshLevel: OleVariant; v: Variant; HTMLDocument:...
永强 赖
lyq81404
Offline Send Email
Jan 3, 2005
4:34 am
8801
Where, and the exact message? Think you have to open the document before you can write to it. Birger ... From: "ÓÀÇ¿ Àµ" <lyq81404@...> To:...
Birger Sorensen
birger_52
Offline Send Email
Jan 3, 2005
1:23 pm
8802
... The onchange event I'm trying to fire is in the HTML not on the TWebbrowser component. Perhaps I need to set the SelectedIndex value to fire the event. Ive...
yaayaawho
Offline Send Email
Jan 3, 2005
2:51 pm
8803
Okay, the MS documentation says that the onchange event doesnt fire when selectedindex is set programatically. So I know that this is the expected behaviour. ...
yaayaawho
Offline Send Email
Jan 4, 2005
3:41 pm
8804
At last something that works... this code is better, fires the event using the IHTMLElement3 interface rather than IHTMLdocument4 interface. procedure...
yaayaawho
Offline Send Email
Jan 5, 2005
2:26 pm
8805
procedure DoDocumentComplete(const pDisp: IDispatch; var URL: OleVariant); var HTMLDocument: IHTMLDocument2; // node: begin if not Assigned((pDisp as...
 
lyq81404
Offline Send Email
Jan 6, 2005
12:36 am
8806
hi i'm working with mdi forms in delphi, each form has a TwebBrowser component, when a webbrowser automatic loads a page, all the text area in the webbrowser...
candres6
Offline Send Email
Jan 6, 2005
4:32 am
8807
Have a look this: http://groups-beta.google.com/group/microsoft.public.inetsdk. programming.mshtml_hosting/browse_thread/thread/a62cf4675064c336/ ...
lintao_nz
Offline Send Email
Jan 6, 2005
4:33 am
8808
Hi can anyone guide me in development of IE deskbad(toolbar) in Delphi which can also interact with webpage content by using Interfaces like IHTMLDOCUMENT etc ...
kadynan
Offline Send Email
Jan 6, 2005
4:36 am
8809
In the IE all works well but in TWebbrowser javaapplets are not always loaded. If there is an explicit 'use sun java' call in the applet, it works but if this...
Felix_at_home
felixjumo
Offline Send Email
Jan 6, 2005
8:44 am
8811
... So that when onclick is fired, replaceEvent will be fired. How can I do it with DOM (IHTMLEventObj...etc.)?...
x911cn
Offline Send Email
Jan 6, 2005
3:11 pm
8812
... From: Felix_at_home [mailto:felix_at_home@...] Sent: Thursday, January 06, 2005 12:44 AM To: delphi-webbrowser@yahoogroups.com Subject:...
Warrick Wilson
warrick_wilson
Offline Send Email
Jan 6, 2005
5:03 pm
8813
Have a look the EazyNSE in http://www.mustangpeak.net/ and http://www.euromind.com/iedelphi/ Both are very good. Regards, Tao ... -- Tao Lin...
Tao Lin
lintao_nz
Offline Send Email
Jan 6, 2005
7:39 pm
8814
Is there a way to track URLs the IE visits? I don't mean using the TWebBrowser but somehow receive a notification every time IE navigates somewhere (and...
jdlink
Offline Send Email
Jan 6, 2005
10:31 pm
8815
How can I use MSHTML just for parsing an HTML file? I don't want to load a file into the browser or KSDHTMLEdit, nor even create an instance of those...
marko_binic
Offline Send Email
Jan 7, 2005
4:11 pm
8816
After very long sleeplessness, and googling, I found a way to load MHT directly to the Webbrowser, without saving it to disk, at all. All the images seem to...
ajmalhamza
Offline Send Email
Jan 7, 2005
4:11 pm
8817
Thanks foe reply i built the dll and install it and i can see the toolbar but here ar few questions 1)when i eneble the bar,it just spreads in all screen,it...
kadynan
Offline Send Email
Jan 8, 2005
5:27 pm
8818
Thanks foe reply i built the dll and install it and i can see the toolbar but here ar few questions 1)when i eneble the bar,it just spreads in all screen,it...
kadynan
Offline Send Email
Jan 8, 2005
5:32 pm
8819
I coudnt find good documet about easyNSE...
Adnan Siddiqi
kadynan
Offline Send Email
Jan 9, 2005
7:59 pm
8820
Why you don't download the Eazynse components and have a look the demo of EasyInternetExplorerToolBandHandler? It has everything what you need. Regards, Tao ...
Tao Lin
lintao_nz
Offline Send Email
Jan 9, 2005
7:59 pm
8821
Yes, I know. The eazyNse is lack of document. But you still can play with the demo under Demos\Explorer Tool Band directory. As a open source free compnent,...
Tao Lin
lintao_nz
Offline Send Email
Jan 9, 2005
9:09 pm
8822
Hi all, I have been working on a project involving the TWebBrowser control (or rather the TEmbeddedWB) in delphi, but I'm looking at learning .net and thought...
Ben Daniel
ben_daniel81
Offline Send Email
Jan 11, 2005
3:36 pm
8823
Can anyone tell me how (or point me to an example) to find the currently selected element(s) and change some style properties? Thanks, Ben [Non-text portions...
Ben Daniel
ben_daniel81
Offline Send Email
Jan 11, 2005
3:36 pm
8824
in IE, i have it set up normally to ignore javascript errors and carry on, but with using the delphi IE activeX webbrowser component, when i navigate to a page...
Karl Prosser
ducdebordeaux
Offline Send Email
Jan 13, 2005
3:26 am
8825
does anybody know how i can parse (find out what the parameters are) of the PostData in the BeforeNaviate2 event of the webbrowser control?...
Karl Prosser
ducdebordeaux
Offline Send Email
Jan 13, 2005
4:27 am
8826
hello ... use the webbrowser and change the properties - > silent=true; greatings horst ... From: Karl Prosser To: delphi-webbrowser@yahoogroups.com Sent:...
Horst Fußhöl...
aafude
Offline Send Email
Jan 13, 2005
6:26 am
8827
... One of my users came with a solution in a particular case: Uninstall the microsoft VM and reinstall SUN JAVA. To uninstall MS VM read: ...
Felix_at_home
felixjumo
Offline Send Email
Jan 13, 2005
10:48 am
8828
I am having a problem iterating over the document frame collection. When the code gets to frame 3 the document property disappears and the value it set to nil....
yaayaawho
Offline Send Email
Jan 13, 2005
3:17 pm
8829
Here is solution for your problem: type TEnumFramesProc = function (AHtmlDocument: IHtmlDocument2; Data: Integer): Boolean; function EnumFrames(AHtmlDocument:...
Slava Sisolyatin
varcoms
Offline Send Email
Jan 14, 2005
9:25 am
8830
Can anyone please recommand me a good ComboBox that support images to use as my webbrowser address box (I want to implement favicons too)...
bsalsaa
Offline Send Email
Jan 16, 2005
7:52 am
Messages 8800 - 8830 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help