Dear developers, I would like to prevent the user pressing the 'F5' key on the TWebBrowser. Refreshing the page may cause problems, especially if the page is a...
Ciao, You can disable accelerators like F5 using the OnTranslateAccelerator event. Return S_OK for disabling an accelerator and S_FALSE for enabling it, for...
My BHO is packaged to a cab file along with accompanying .inf, as most of the ActiveX installers do. On the web page which installs my BHO, I'm using the...
Hi, I have a couple of IE helper dll's (one is a BHO) where I've incorporated the necessary update code inside the dll itself. After start-up (and only once a...
Hi Kurt, Thanks for the hint, I'll very likely implement something like what you suuggested in this project. Actually I've been used a very similar method...
Hi Guys, How can I send a webpage as HTML email ? I prefer to use ShellExecute so the users standard client is used and keeps me from asking for a STMP...
Hi all, I'm just starting out with DelphiBand to build an IE toolbar, but when I try to register DelphiBand.dll, I get an error: DllRegisterServer in...
... Read a bit back in the archives of the list. Others were having problems using the registry as well with Vista. The return code probably indicates that...
Thanks, Marc. I've searched through the messages for "regsvr32", "0x80004005", and even just "Vista", but haven't come across any other messages related to...
Hi Russ, Vista isn't much different from W2000 and XP regarding registering ActiveX's - you'll need some level of administrator rights in order to register any...
Thanks so much, Kurt. That of course was the issue. After all the user account control nonsense in Vista, I would have thought that I would have thought of...
Hello, I'm currently getting the source using DocumentComplete event, however, this event is only triggered after all page content is downloaded (images, etc)....
why don't you use an indy component instead ? you will get just what you want ! ****************************************************Lab**** * Fotis Kokkoras -...
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'; ...