Implement a temporary pluggable protocol on top of IE. Kurt ... From: delphi-webbrowser@yahoogroups.com [mailto:delphi-webbrowser@yahoogroups.com] On Behalf Of...
After a little research and test, I was able to find out how to do that, however, it would be a really pain .... I would need to implement everything... HTTP,...
There is no simple solution to do what you ask fore - except fore the two suggestions you already got. Kurt ... From: delphi-webbrowser@yahoogroups.com...
What about the NavigateComplete2 event? According to many sources in the internet (VB Code), in this event the source should be already available, however, in...
Hello, Source is available in the DocumentComplete event, no NavigateComplete2 . Andrey What about the NavigateComplete2 event? According to many sources in...
Looks like I was miss leaded from other internet sources. I looked better in the MSDN and it is stated there: Remarks This event replaces the NavigateComplete...
Kurt, If it is not too much of a trouble, can you give me an example on how to do that? thanks, Joao ... [Non-text portions of this message have been removed]...
Hi Joao, Implementing a temporary pluggable protocol its not a plain and simple task - but Google for the obvious keywords and I'm sure you'll find something...
Hello Kurt, Yes, I already managed to find it and I already tried it. It's not an option because it will take a lot of time to develop the solution desired for...
Hello forum: i' have a problem when try to navigate an URL with user and password in Internet Explorer 7 calling the Navigate method of TEmbeddedWB. Perhaps...
i have a case where i have a login in one window and that submits the form to a popup window, and i want the popup window opened in the parent window's place. ...
... formatted ... I'm surprised no one suggested using a temporary pluggable NameSpacehandler. Here is code to load XML from a TMemo using the default XSL...
Hi, I want to place every forms buttons in the taskbar And i use this code for it : PROCEDURE createparams(var params: TCreateParams); override; // PROCEDURE...
I have de following HTML with Javascript code: <html> <head> <title>portais.htm</title> <script> function portal() { portais=new Array() portais[0]='Google'; ...
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...
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...
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...
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...
In the NSHandler demo you can add a sample.swf to page1.htm It seems that the contents of the SWF is being read properly by TOurNSHandler.GetDataFromFile....
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...
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...
Here is a possible solution in html and Js Paul <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta name="someThingElse"...
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...
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...
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...