Hi all! Please, can someone explain to me what is the relationship between TWebBrowser and IWebBrowser2 ? I have a function with TWebBrowser and other with...
hello everyone. i have a program that displays employee names in a treeview. now i want to add checkbox on each tree node for multi-select. my problem is how...
Hi, I'm developing a .NET application that involves recording macros from within Internet Explorer sidebar (as well as external application hosting MS...
Hello: i have a old program that works only in delphi 4 and uses the EmbeddedWB for navigate some pages. i dont use this program lately and now i see that no...
I've read this tutorial: http://www.bsalsa.com/ewb_on_get_ext.html I'm using it to create custom javascript functions to be handled by Delphi. Actually, I've...
I am pleased to announce the availability of the EmbeddedWB Component Pack 14.67.5. Changelog: ** TEmbeddedWB * Fixed: Bug with Unicode characterts (Cyrillic...
I am pleased to announce the availability of the EmbeddedWB Component Pack 14.67.0. This release is now fully compatible with D5 - D2009. The package now...
I'm working with the component EmbeddedWB component and i need an event to capture a window dialog that is opened using the function showModalDialog. The event...
Hello there. I am trying to subclass Internet Explorer_Server Message but i got some trouble. Let me give u some details. I have a form Tform wich have a...
Maybe this question has been asked already, but I can't find a solution anywhere. If someone can help I'll be very grateful. I need to make EmbeddedWB totally...
Hello, When loading a file that contains the HTML code below, the error "Access violation in mshtml.dll" happens. It happens no matter what method is used:...
I have de following HTML with Javascript code: <html> <head> <title>portais.htm</title> <script> function portal() { portais=new Array() portais[0]='Google'; ...
Instead of going to a URL in a <a href="URL"> tag in html webbrowser in delphi, i want to popup a form when clicking <a href> tag. guys pls help me on this :'C...
Basically, I have a xml document and an xslt document that I load via MSXML dom (msxml2_tlb), which applies the xslt transformation to the xml document. The...
I'm hoping that there is a simple answer that I am just missing. I am trying to automate data entry & navigation on a secure website. When a button is...
I am automating a web site login. I fill a couple of fields and click a form button - no problems there and the actual login takes place and proceeds. At this...
I am compiling a demo from EmbeddedWB which is for IEHelper, in the DocumentComplete event, I wrote a piece of code found in google to highlight the text const...
... Have a look at the event "OnBeforeNavigate2". This event is called when the user click a link. You can check the URL and if it is the one you want to react...
I am trying to replace the contextmenu from my BHO, I have successfully set myself as the ui handler (ICustomDoc.SetUIHandler) and everything should be ok, but...
Hello, I'm trying to change some HTML code in runtime. I already managed to do that, however, I've tried in a page that had some timers in the onload attribute...
Hi to all, I try to draw on Twebbrowser's canvas with the component "RenderingBehaviors" while twebbrowser is editable, but if I write more rows and the...
Hi Everybody, I've just found a bug in the desk band implementation that is available as a part of EmbeddedWB package. When you enable the deskband on the...
Hello All, I've created my own IE pluggable protocol solution for the reason that I could catch calls to URLs and load data (HTML, pictures, etc.) from...
In the BHO/toolbar that I develop, I need to temporary disable recording of IE cache, history, cookies and adding entries to the address bar dropdown combo. I...
Hello there! Hope anyone can help me. I'm trying to get the values from the list dropped in a web form field. Note: This is not to get passwords! Only the...
What's the simple way to add a logging function to IE in Delphi. (log the activity of the user in a simple text file). one can think to Browser helper...