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 8217 - 8246 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8217
Hi All ; I have a trouble with Twebbrowser that i can not accurately define the width and height of page for page breaking in printing pages of HTML. I use the...
david zall
plunderorbit
Offline Send Email
Apr 1, 2004
4:36 pm
8218
when i register my dll and open a new web browser my band doesn't appear, but in view -> toolbars it appear marked, i have to unmark it and mark it again to...
gramirezflores
Offline Send Email
Apr 2, 2004
1:10 am
8219
Hi All ; I have a trouble with Twebbrowser that i can not accurately define the width and height of page for page breaking in printing pages of HTML. I use the...
Sadegh Alavizadeh
virgoir
Offline Send Email
Apr 2, 2004
4:28 pm
8220
How do I make the security warnings show up when downloading from a https site? I'm using IEDownload. IE 6 WinXP Pro There is an OnSecurityProblem event and an...
globaltracks2003
globaltracks...
Offline Send Email
Apr 2, 2004
10:32 pm
8221
Is there any way to tell the editor to stop turning relative paths into full paths? <IMG SRC=".\images\boat.jpg" /> When you next look at the code, has turned...
Paul A Norman
paulanormannz
Offline Send Email
Apr 3, 2004
3:30 am
8222
Hi, I don't know if I get u right but this it might help you: ... web: TEmbeddedWB; ... (web.Document as IHTMLDocument2).body.style.width ... (web.Document as...
Andrei
bluehipy
Online Now Send Email
Apr 3, 2004
9:22 am
8223
Hi, My problem is that I made a toolbar and after I register the dll a new record is placed in the Explorer bars too with the same name. However it doesn't...
Andrei
bluehipy
Online Now Send Email
Apr 3, 2004
10:44 am
8224
Hi, This might be late for you but.. I set at Parameters as host aplication IExplore.exe which Loads my dll. I set break points and it works. peace and love, ...
Andrei
bluehipy
Online Now Send Email
Apr 3, 2004
11:00 am
8225
Hi, You need to build a simple class implementing IDispatch which will listen to the IE events. Your keywords would be: Advise, DWebBrowserEvents2 type ...
Andrei
bluehipy
Online Now Send Email
Apr 3, 2004
11:32 am
8226
Hi, I have been able to fill in the data fields on oru login webpage but can't figure a way to click the button which is an image. Any help please?? Here's the...
squidsrus85
Offline Send Email
Apr 3, 2004
7:13 pm
8227
A little difficult, when you don't tell how you do the rest.... Identify object by the name ( should include the tag and type to be sure it's the only one....)...
Birger Sorensen
birger_52
Offline Send Email
Apr 3, 2004
9:42 pm
8228
... <sdc@b...> wrote: Er, Birger, the reason I posted what was on the webpage was to indicate it is an .asp function and there is no "click" method just a ...
squidsrus85
Offline Send Email
Apr 4, 2004
12:18 pm
8229
Your welcome.... A <FORM> calls the "program" in the ACTION parameter using the METHOD selected. Don't matter, if it's a .asp, .php, .cgi, .pl or .exe...
Birger Sorensen
birger_52
Offline Send Email
Apr 4, 2004
12:32 pm
8230
Hi! I need to create a list of web-pages from some site and to display only title text each of them. I'm trying to analyze a simple parsing code, but it...
igor_lutai
Offline Send Email
Apr 4, 2004
5:00 pm
8231
try this browser.OleObject.document.title...
elliotashton
Offline Send Email
Apr 5, 2004
3:32 am
8232
... How does it work--please? Start Here to Find It Fast!™ -> http://www.US-Webmasters.com/best-start-page/...
W. D.
WD@...
Send Email
Apr 5, 2004
7:25 am
8233
hello Paul A Norman ... you can do it by this way: var HTMLDocument2Ifc: IHTMLDocument2; begin HTMLDocument2Ifc := WebBrowser1.Document as IHTMLDocument2; if...
Horst Fußhöl...
aafude
Offline Send Email
Apr 5, 2004
7:32 pm
8234
hi ;) http://www.swissdelphicenter.ch/en/showcode.php?id=1645 greatings horst ... From: squidsrus85 To: delphi-webbrowser@yahoogroups.com Sent: Saturday, April...
Horst Fußhöl...
aafude
Offline Send Email
Apr 5, 2004
7:34 pm
8235
Hi all. I have finally solved the problem with frames and forms using TWebBrowser (see my last post). Mi problem is that the "Acept" button is a hyperlink...
Daneel R. Olivaw
daneel_sp
Offline Send Email
Apr 6, 2004
2:26 am
8236
Sink HtmlEvents use MSHTMLEVENTS.PAS,MSHTMLTLB to solve ur problem var tempmsgDoc : IHTMLDocument2; tempmBody : IHTMLElement; begin try ...
sridhar rao
sridhar1778
Offline Send Email
Apr 6, 2004
9:42 am
8237
Hi all. I have a problem with a html form. The web page has five frames and the form is in the big one. I have tried the code posted here (and in several...
Daneel R. Olivaw
daneel_sp
Offline Send Email
Apr 7, 2004
1:02 am
8238
Hi to all! Is there a method to implement to IEParser (from Euromind) an OnNewWindow2 event like in TWebBrowser....
juggler20042004
Offline Send Email
Apr 7, 2004
1:07 am
8239
I downloaded the file from here that includes the EmbeddedWB for Delphi 7. Before I installed, I removed the existing Internet Component Package and imported...
jfcarbel2000
Offline Send Email
Apr 7, 2004
1:32 am
8240
I am implementing IDocHostUIHandler on a BHO and using ICustomDoc interface to set the UIHandler in the OnNavigateComplete2 event of DWebBrowserEvents2. Any...
rropotan
Online Now Send Email
Apr 7, 2004
4:28 am
8241
Thank you Horst, What, or why does the addition of the + '' make a difference? Many thanks, Paul ... + ''); ... ('images\' + ''...
Paul A Norman
paulanormannz
Offline Send Email
Apr 8, 2004
2:51 pm
8242
what i'm trieng to do. I want to open all links with word "read_mail.php?" in loaded page. Then open them one-by-one and save their content to diferrent files...
xxxlt777
Offline Send Email
Apr 8, 2004
3:13 pm
8243
use the links Collection to get all the links in the page check the following info from the MS Internet SDK Retrieves a collection of all a objects that...
Fotis Kokkoras
fkokkoras
Offline Send Email
Apr 8, 2004
11:45 pm
8244
I've using TWebBrowser in a Delphi app that is to run without user intervention. This means that I need to suppress popups and dialog boxes. I've set the...
warrick_wilson
Offline Send Email
Apr 9, 2004
8:37 pm
8245
You can disable downloading ActiveX controls in the web browser, but you would have to implement the IDispatch interface. Search for "DISPID_AMBIENT_DLCONTROL"...
cgalavis
Offline Send Email
Apr 10, 2004
11:39 am
8246
Hi, tried to compile it in D5 but couldn't find the constant for OLECMDID_SHOWSCRIPTERROR. Did a search on IeConst etc but nothing. I ended up dragging it from...
germancitizen2002
germancitize...
Offline Send Email
Apr 10, 2004
1:45 pm
Messages 8217 - 8246 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