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...
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...
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...
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...
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...
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...
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...
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, ...
Hi, You need to build a simple class implementing IDispatch which will listen to the IE events. Your keywords would be: Advise, DWebBrowserEvents2 type ...
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...
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....)...
... <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 ...
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...
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...
... How does it work--please? Start Here to Find It Fast!™ -> http://www.US-Webmasters.com/best-start-page/...
W. D.
WD@...
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...
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...
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...
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...
I am implementing IDocHostUIHandler on a BHO and using ICustomDoc interface to set the UIHandler in the OnNavigateComplete2 event of DWebBrowserEvents2. Any...
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...
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...
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...
You can disable downloading ActiveX controls in the web browser, but you would have to implement the IDispatch interface. Search for "DISPID_AMBIENT_DLCONTROL"...
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...