Search the web
Sign In
New User? Sign Up
delphi-webbrowser · Delphi: Using IE's WebBrowser
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 10174 - 10203 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10174
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...
Giacomo Drago
giacomogd1
Offline Send Email
Oct 5, 2007
10:34 pm
10175
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...
Peter Karsai
ayheedto.reg...
Offline Send Email
Oct 6, 2007
4:59 am
10176
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...
crulex32
Offline Send Email
Oct 16, 2007
9:18 pm
10177
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...
Senfer Kurt
lexicalis
Offline Send Email
Oct 17, 2007
6:35 am
10178
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...
crulex32
Offline Send Email
Oct 18, 2007
5:38 pm
10179
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...
Alfred Vink
alf_at_delphi
Offline Send Email
Oct 26, 2007
12:46 pm
10180
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...
russchinoy
Offline Send Email
Oct 27, 2007
8:40 pm
10181
... 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...
Marc Boncz
marcboncz
Offline Send Email
Oct 28, 2007
4:17 pm
10182
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...
russchinoy
Offline Send Email
Oct 29, 2007
12:03 pm
10183
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...
Senfer Kurt
lexicalis
Offline Send Email
Oct 29, 2007
2:11 pm
10184
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...
russchinoy
Offline Send Email
Oct 29, 2007
3:10 pm
10185
Hello, I'm currently getting the source using DocumentComplete event, however, this event is only triggered after all page content is downloaded (images, etc)....
Joao Santos
ei97005
Offline Send Email
Nov 7, 2007
4:03 pm
10186
why don't you use an indy component instead ? you will get just what you want ! ****************************************************Lab**** * Fotis Kokkoras -...
Fotis Kokkoras
fkokkoras
Offline Send Email
Nov 7, 2007
4:50 pm
10187
Hello, Because I need the visual component ;) Regards, Joćo ... [Non-text portions of this message have been removed]...
Joćo Santos
ei97005
Offline Send Email
Nov 8, 2007
4:25 pm
10188
Implement a temporary pluggable protocol on top of IE. Kurt ... From: delphi-webbrowser@yahoogroups.com [mailto:delphi-webbrowser@yahoogroups.com] On Behalf Of...
Senfer Kurt
lexicalis
Offline Send Email
Nov 9, 2007
7:31 am
10189
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,...
Joćo Santos
ei97005
Offline Send Email
Nov 9, 2007
11:21 am
10190
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...
Senfer Kurt
lexicalis
Offline Send Email
Nov 9, 2007
11:45 am
10191
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...
Joćo Santos
ei97005
Offline Send Email
Nov 9, 2007
11:52 am
10192
Hello, Source is available in the DocumentComplete event, no NavigateComplete2 . Andrey What about the NavigateComplete2 event? According to many sources in...
Andrey Filatkin
anfilat
Offline Send Email
Nov 9, 2007
12:40 pm
10193
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...
Joćo Santos
ei97005
Offline Send Email
Nov 9, 2007
12:57 pm
10194
I second that ! ****************************************************Lab**** * Fotis Kokkoras - MSc,PhD * * Department of...
Fotis Kokkoras
fkokkoras
Offline Send Email
Nov 9, 2007
12:59 pm
10195
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]...
Joćo Santos
ei97005
Offline Send Email
Nov 15, 2007
7:30 pm
10196
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...
Senfer Kurt
lexicalis
Offline Send Email
Nov 16, 2007
8:38 am
10197
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...
Joćo Santos
ei97005
Offline Send Email
Nov 16, 2007
11:06 am
10198
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...
mariofabriciomontenegro
mariofabrici...
Offline Send Email
Nov 23, 2007
3:27 pm
10199
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. ...
ahtinurme
Offline Send Email
Dec 11, 2007
7:44 pm
10200
... 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...
mr_delphi_developer
mr_delphi_de...
Offline Send Email
Dec 14, 2007
3:47 pm
10201
I can enter ANYTHING in the search and it returns no results. What is going on???...
mr_delphi_developer
mr_delphi_de...
Offline Send Email
Dec 14, 2007
3:48 pm
10202
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...
NINJA ::.
dadash_ninja
Offline Send Email
Jan 6, 2008
9:07 am
10203
I have de following HTML with Javascript code: <html> <head> <title>portais.htm</title> <script> function portal() { portais=new Array() portais[0]='Google'; ...
thelcio
Offline Send Email
Jan 16, 2008
3:42 pm
Messages 10174 - 10203 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help