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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 10167 - 10196 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10167
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...
Send Email
Aug 12, 2007
7:59 am
10168
Sorry for annoying you, but ... do anybody have an idea? ... ____________________________________________________________________________________ Take the...
Damir Simunovic
dsimun
Offline Send Email
Aug 20, 2007
11:03 am
10169
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 ...
Senfer Kurt
lexicalis
Offline Send Email
Aug 20, 2007
4:13 pm
10170
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...
ljeganathan
Offline Send Email
Sep 4, 2007
2:58 pm
10171
Thank you, Kurt, I will try it! Damir ... ____________________________________________________________________________________ Luggage? GPS? Comic books? Check...
Damir Simunovic
dsimun
Offline Send Email
Sep 8, 2007
4:55 pm
10172
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()...
michelmeixner
Offline Send Email
Sep 17, 2007
9:25 pm
10173
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...
jeancedars
Offline Send Email
Sep 24, 2007
6:52 pm
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
Messages 10167 - 10196 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