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...
Show off your group to the world. Share a photo of your group with us.

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 7077 - 7106 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7077
The only way I know of doing this is by using JavaScript in your web page itself. So you will have something like: <a href="#" onMouseOver="window.status='this...
Lucas Van Staden
LucasVS@...
Send Email
Apr 1, 2003
12:09 pm
7078
Browser is deleting by its Owner. Moreover I try to use Browser := TWebBrowser.Create(nil) in constructor and Browser.Free in destructor and number variants...
Artem Khomenko
_mag12
Offline Send Email
Apr 2, 2003
3:24 am
7079
Tks for help and i wish you a nice day! Lucas Van Staden <LucasVS@...> wrote:The only way I know of doing this is by using JavaScript in your web...
Gombos Claudiu
claudiu9379
Offline Send Email
Apr 2, 2003
7:13 am
7080
Hi, I am trying to fill form elements with various values. I can set inputs, textareas, passwords and push submit buttons. What I cannot do is select listbox...
elliotashton
Offline Send Email
Apr 2, 2003
3:07 pm
7081
use 'selectedIndex' property for comboboxes, listboxes should have that property to, i guess: document.newMsg.WebSimSmsUserGsmPrefix.selectedIndex = 0 'newMsg'...
muratk
karademu
Offline Send Email
Apr 2, 2003
6:46 pm
7082
Hi. When I try to use the function function iepopupResizeBorder(const prcBorder: PRect; const pUIWindow: IOleInPlaceUIWindow; const fRameWindow: LongBool):...
Lucas Van Staden
LucasVS@...
Send Email
Apr 3, 2003
7:21 am
7083
Once again, I answer my own question: Added ActiveX to my uses, and all is fine now. ... From: Lucas Van Staden [mailto:LucasVS@...] Sent: 03 April...
Lucas Van Staden
LucasVS@...
Send Email
Apr 3, 2003
7:48 am
7084
... questions ... passes ... cursor) ... Hi, I'd like to know how you define your own browser as the Windows default browser. Thanks Gabriel...
gdefombelle
Offline Send Email
Apr 3, 2003
3:45 pm
7085
I am new using component TWEBBROWSER of D6 ENT. The question is? So that reason when upload html page, the keyboard functions is deactivated? That is to say,...
rbarzallo
Offline Send Email
Apr 3, 2003
3:46 pm
7086
I've just started looking at the EmbeddedWB component, and was wondering how to access the history list primarily for use with back/forward buttons. Ideally, I...
Alan McFarlane
alan_mcfarla...
Offline Send Email
Apr 3, 2003
3:46 pm
7087
Exactly what I was after. Thanks. ... that ... combobox ... cannot ... http://docs.yahoo.com/info/terms/...
elliotashton
Offline Send Email
Apr 4, 2003
12:40 pm
7088
Hi Guys, I had a D4 setup with TembeddedWB and accessed a https side by using: procedure TForm1.GetActionExecute(Sender: TObject); var url, Flags,...
Alfred Vink
alf04241
Offline Send Email
Apr 4, 2003
1:12 pm
7089
Hi All, ... Never mind I found the answer to my problem right here in the mailinglist in ... The best part of it all is that I discovered it myself but somehow...
Alfred Vink
alf04241
Offline Send Email
Apr 4, 2003
2:26 pm
7090
Hi People, Do you guys know how can I detect thru the event onBeforeNavigate2 or onNewWindow2, if the link will open a pop up or a window? Thanks, Eduardo...
Eduardo Meyer
emeyer@...
Send Email
Apr 6, 2003
3:21 pm
7091
Have a look here: http://www.euromind.com/iedelphi/IETravelLog.htm Maybe this'll help you...
styx1402
Offline Send Email
Apr 7, 2003
1:36 pm
7092
Maybe it's not good idea to change UserAgent since the real agent is the same... Try to add some custom header....
styx1402
Offline Send Email
Apr 7, 2003
1:42 pm
7093
Guys, I've already found the answer! You need to get height and width of the TWebBrowser which will open the page: If height = 177 and width = 233 so it's a...
Eduardo Meyer
emeyer@...
Send Email
Apr 7, 2003
6:03 pm
7094
I've noticed that the web controls on a page are displayed in the 'old' legacy (NT/ME/98/95) fashion rather than the new XP style. Is there a manifest file...
Alan McFarlane
alan_mcfarla...
Offline Send Email
Apr 7, 2003
6:38 pm
7095
Never mind, found it... :) I added <META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes"> to each of my web pages and bingo! ... From: Alan McFarlane...
Alan McFarlane
alan_mcfarla...
Offline Send Email
Apr 7, 2003
10:46 pm
7096
i use emwebbrowser to developer , but i now ,i clicke this link <a href="http://download.hzinfo.com/" target="_blank">::software </a> i can't open ,because web...
hikehilter
Offline Send Email
Apr 8, 2003
8:24 am
7097
i have download http://groups.yahoo.com/group/delphi- webbrowser/files/ClickTest.zip, but can't compile ,need SDCInfo.pas file my mail:hikehilter@... ...
hikehilter
Offline Send Email
Apr 8, 2003
12:39 pm
7098
Hello everybody! I use TWebBrowser in my program. The task is to load web page and parse it. But there is such web-page, that shows an alert message... ... ...
vitalcha
Offline Send Email
Apr 8, 2003
1:47 pm
7099
I need this too. Please upload to files or send to me at rgw@... Thanks...
rwakelin2001
Offline Send Email
Apr 8, 2003
3:06 pm
7100
Hi, I have 2 WebBrowser (TembededWB component) in the same Delphi Form, WB1 and WB2. The two WB are accessing the same web site. My problem is that they share...
serge_aceinfo
Offline Send Email
Apr 8, 2003
3:07 pm
7101
Why don't you give each of 'em an own GET-param when requesting the sites? So you could easily distinguish between them ... ... Von: serge_aceinfo...
Krystian Stolorz
kman2107
Offline Send Email
Apr 8, 2003
3:32 pm
7102
I have a SessionID cookie sent to the client, so even if I send a param with a get, WB2 have the session cookie. -- Serge Chelli www.aceinformatique.com ... ...
Serge Chelli
serge_aceinfo
Offline Send Email
Apr 9, 2003
10:47 am
7103
But you could let WB2 send some other cookie depending on the GET-param?! ... Von: Serge Chelli [mailto:serge.chelli@...] Gesendet: Mittwoch,...
Krystian Stolorz
kman2107
Offline Send Email
Apr 9, 2003
11:02 am
7104
I get always error 800201201 when i try to use it. Basically i want call a script located in a frame. Any suggestion ? opps: i'm using delphi 5 sp2. I tried...
djpolgio
Offline Send Email
Apr 9, 2003
12:40 pm
7105
Hello All; Has been awhile since I have written to the group, so to begin with, Hello To All the Delphi Community :-) What my question today is? Does anyone...
Delphi @ Carrz-Fox-Fi...
dreaminkisscarr
Offline Send Email
Apr 9, 2003
3:13 pm
7106
I need this too. Please upload to files or send to me at hodah@... ... From: "rwakelin2001" <rgw@...> To: <delphi-webbrowser@yahoogroups.com> Sent:...
Horst Fußhöl...
aafude
Offline Send Email
Apr 9, 2003
3:14 pm
Messages 7077 - 7106 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