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 10160 - 10189 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10160
I am working on a project needing to make temples. I am useing Twebbrowser in edit mode. I need to make a 100% with templets. The only way i know to do this is...
grantfullen
Offline Send Email
Jul 2, 2007
10:34 pm
10161
I create and edit tables separately and insert the whole table as html code. If anybody knows how to edit table in the TWebBrowser itself (creating new rows...
Damir Simunovic
dsimun
Offline Send Email
Jul 4, 2007
6:42 pm
10162
Dear all, I'm shure that I'm not the only one facing this problem. In my applications with TWebBrowser I often put HTML directly as string and then I have...
dsimun
Offline Send Email
Jul 8, 2007
6:17 am
10163
If anyone has found a solution to your application crashing when navigating in TWebBrowser (if the user has Java 1.6 installed), please post it. I know Sun has...
biggerbiz
Offline Send Email
Jul 8, 2007
8:37 pm
10164
Hi, I'm looking to adapt a desktop app(existing Delphi7/Kylix codebase) to interface with my website through the embded browser. Most of the adaptations...
s0mus
Offline Send Email
Jul 16, 2007
2:46 pm
10165
... Hello brent My I see the sourcode of your project and a complete list of things you want added or taken away. Thanks Grant...
grantfullen
Offline Send Email
Jul 16, 2007
9:48 pm
10166
Hi Grant, I'm talking with a developer already who sounds interested. If they can't do it for some reason I'll get in touch. Thanks! ... Hello brent My I see...
s0mus
Offline Send Email
Jul 17, 2007
8:56 am
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
Messages 10160 - 10189 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