Dialcom24 S.C. Hello, How can I kill the alert window from IE? Is any way to delete it? This alert window have 'OK' button but how to click on it, by soft, by...
Hi I've seen some fancy MSHTML editors that use the MSHTML.dll, but I can't figure out how they do this. The effect is instead of dragging an image, it's like...
procedure TForm1.Button3Click(Sender: TObject); var Int:Integer; begin Int:=GetScrollPos(WebBrowser1.handle,SB_VERT); ShowMessage(IntToStr(Int)); end; why...
... Wb1.OleObject.Document.forms.item(0).submit; and all others pieces of code i have found in this group... if i try to found the id and make a .click, i got...
Hello All; I use to have the link saved to my favorites to information own " WebBrowser - Jump to a certain part of page " But I have lost the link. What it...
Hi, I'm implementing a Rendering Behavior and have the behavior getting added, etc. jsut fine. I'm not sure though how to get a handle to do the actual...
Hi! I have to build a download manager and integrate it with IE. Done this. It is a COM object in dll and the factory ads it's CLSID in the DownloadUI key. The...
Hello, long time ago i have downloaded a version of TIEAddress from http://www.euromind.com/iedelphi This component shows some strange behavior when doing the ...
TIEAddress is inherited from TCustomComboBox. Since D6, TCustomComboBox support a property "AutoComplete", which is conflict with TIEAddress.AutoComplete. I...
Hi, Try something like this : function GetDoc( WBr : TWebBrowser) : string; var document : IHTMLDocument2; begin document := WBr.Document as IHTMLDocument2; ...
... Hello, thanks for the tip! I have renamed it to "AutoCompletion" and it works perfect now. I forgot that an AutoComplete property exists since D6. Ciao, ...
How can I create my own file extension (eg .htm2) when linked to or loaded in explorer to display correctly.Just like Adobe's Actobat reader .pdf .I read about...
Hi, Does anyone know how i can trick the EmbeddedWb into showing xml set by StringList the same way as it shows when it's loaded disk or webserver (so...
Hi Wim. Why not save the stringlist to a temporary file and then load it from there? If you use fixed content XML's you could also embedd them as resources.....
Hello Both. Could you make demo of the program? just a WebBrowser (or) TEmbeddedWB<--Recommended And a button, and TEdit on it. With the codes that you are...
Hi, I have downloaded some codes elsewhere in this group that allows me to save a TWebBrowser to a JPEG. However, I found that it captures the scrollbar as...
Hi, Good thought, it's the workaround i'm using at the moment. I was hoping that there was a 'better' way to do it. ... Wim van der Vegt ... From: Bogdan Deaky...
Hi Does anyone use the TEmbeddedWB? I'm getting a EVariantBadTypeError exception if I'm trying to print using PrintSetup, and I'm not able to catch it because...
Same problem here, any help would be appreciated... To make the TEmbeddedWB work in Delphi 7, I also had to add the 'variants' unit to the uses clause, could...