Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the delphi-webbrowser group. File :...
delphi-webbrowser@yah...
Aug 12, 2007 7:59 am
10168
Sorry for annoying you, but ... do anybody have an idea? ... ____________________________________________________________________________________ Take the...
You need to write a custom implementation of IMoniker. Set your base URL in IMoniker.GetDisplayName(...... Feed your HTML-page in as a stream in Set your ...
Hi, Im Trying to Open Excel File through TWebBrowser Component. Its Opening Fine, Here I have some problem I dont want to Edit the Excel File. Any body knows...
Hello, I am trying to navigate to a webpage that contains a form with 3 buttons, all three buttons have a javascript function associated with their onClick()...
Hi, I have a Delphi application using a Twebbrowser and i am sinking events. On a specific webpage everything works fines and all Ihtmlelements are responding...
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...