Hi I'm using a TWebBrowse I create it, open a page do everything but my memory usage goes from 3MB to 20MB when I navigate, then at the end I use WB.free ( my...
This article just describe a method to embedding an html to res, not in zip. Using this, you can integrate your files into chm and use with you app too. Igor....
Hello All since i'm interested in developing a google like toolbar in delphi, can you tell me more about this Bandobjects from Eurominds cause i haven't find...
Ok i was blind :P http://www.euromind.com/iedelphi/ i downloaded the script from this url: http://www.euromind.com/iedelphi/ie5tools/bandobjects.htm I'm using...
Download from here http://groups.yahoo.com/group/delphi-webbrowser/files/TWebBrowser%20Demos/ By(t)es! Marcelo Montenegro ... From: "[CRISTIANO VACCARINI]"...
Try the Asynchronous Plugins Protocol Handler to route all file requests to your custom routine. Use it the same as the examples for loading from a file, just...
im try to use that FAQ but ... not sucessfull ... im try compile but return error: Undeclared identifier 'ICustomDoc' in var hr: HResult; CustDoc: ICustomDoc; ...
assuming that you are using SHDocVw_TLB and MSHTML_TLB you can try the following: //handle the right-click inside the document displayed in the browser window ...
Hi, how can i set the "enable" or "disable" property?? i have one form with embeddewb but i don't want enabled the left click!!! What i have to do??? ... ...
I know how to block a popup window so thats all taken care of: procedure TForm1.NewWindowBlock(Sender: TObject; var ppDisp: IDispatch; var Cancel: WordBool); ...
I've the correct code to acept "Enter" keys in the form with the messagehandler.. http://www.swissdelphicenter.ch/en/showcode.php?id=1055 but seems that when...
Is there anyway to interact with a Java applet embedded in a web page? I have an application that through a COM interface allows a scripting language to...
Hi after a long time! has any one done any work with importing the type library for VGX.DLL and or genreal work with VML in the Twebbrowser or TembeddedWB Paul...
Hello "geoacid"; I found the problem and got rid of the errors. Shown below in the code, the lines that caused The problem are // commented out. procedure...
if i do this though, isnt a new window in IE already created? ... Visible ... destroy it. ... Do you think that you can provide an example of how this is done ...
To show the Caption on the "TabSheet.Caption" Just do this TabSheet.Caption := 'Spider'; Remove the above and change to: TabSheet.Caption := Text; Now this...
Hi Wayne, Thank you for your assistance :) The problem I'm facing when i visit certain website that contain pop up ads(i.e. cnn.com) a new tab will be created...
Hello "geocid" ; ... Do a search in the Yahoo WebBrowser Group for: how to kill popupwindow? There is a discussion going on right now about it, There is...
I've got a TWebBrowser loading an HTML file that is a frameset that loads some other pages containing ActiveX controls. The controls are showing graphics, both...
hello use the registry: HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\SharedAccess\Parameters\FirewallPolicy\StandardProfile\AuthorizedApplications\List\ ...
hello everybody i have 4 questions if you know answers please help me . 1-how kill popupwindows ? 2-how set our browser as default browser 3-how save viewed...