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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 8461 - 8490 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8461
Hello everybody. I am developing the application for handling HTML clips (like NetSnippers, OnFolio, MS OneNote)...... The user reported the error..... it...
Vadim Schetinkin
djvadja
Offline Send Email
Jul 2, 2004
12:46 pm
8462
HI.. OleObj is a "type" - not a property.... try OleObject( WebBrowser1.Document).Body.InnerHTML or ( WebBrowser1.Document as OleObject).Body.InnerHTML instead...
Birger Sorensen
birger_52
Offline Send Email
Jul 2, 2004
4:09 pm
8463
Dear Vadim , has the document been assigned ? try loading a blank document first .. WB.Navigate('about:blank', EmptyParam, EmptyParam, EmptyParam, EmptyParam);...
Clive Goslin
clivegoslin
Offline Send Email
Jul 5, 2004
1:24 am
8464
Hello, IE 6.0.2800.1106.xpsp1.020828-1920 We implemented IDownloadManager interface, registered it as this ought to be. It works well for .EXE files but...
Alexander
alexbed2001
Offline Send Email
Jul 7, 2004
10:51 am
8465
Hi all - I am desperately trying to get the TWebBrowser to display a TPopupMenu instead of the default browser popup. I have built my application using...
mark857749
Offline Send Email
Jul 7, 2004
3:03 pm
8466
Can someone please tell me where I could download the latest version for Delphi 6 and of the TweBrowser? Tia Charles [Non-text portions of this message have...
Charles Urbina
solucionsoft
Offline Send Email
Jul 7, 2004
3:20 pm
8467
hi, Officialy, you are supposed to buy Delphi as it is a commercial program. WebBrowser is included as a component (TWebBrowser). The latest version of Delphi...
Fotis Kokkoras
fkokkoras
Offline Send Email
Jul 7, 2004
3:47 pm
8468
check the following in the MS Internet SDK: IHTMLDocument.oncontextmenu (to handle the right-click inside the page) IHTMLDocument2.parentWindow (the holder of...
Fotis Kokkoras
fkokkoras
Offline Send Email
Jul 7, 2004
4:08 pm
8469
I'm a registered user of Delphi since version 1-7 I have never used the TWebBrowser before that why I'm asking where Can I download the latest version to...
Charles Urbina
solucionsoft
Offline Send Email
Jul 7, 2004
4:09 pm
8470
... if you are looking for delphi service packs the answer is also www.borland.com (downloads section) WebBrowser is part of delphi components...
Fotis Kokkoras
fkokkoras
Offline Send Email
Jul 7, 2004
4:19 pm
8471
Thanks Charles ... From: Fotis Kokkoras To: delphi-webbrowser@yahoogroups.com Sent: Wednesday, July 07, 2004 11:21 AM Subject: RE: [Delphi-WebBrowser]...
Charles Urbina
solucionsoft
Offline Send Email
Jul 7, 2004
4:42 pm
8472
... From: "mark857749" <mark.ashcroft@...> To: <delphi-webbrowser@yahoogroups.com> ... display a ... You'll need to handle oncontextmenu event. In...
Paul Slusarz
wiedzmin
Offline Send Email
Jul 7, 2004
6:38 pm
8473
... From: "Charles Urbina" <curbina@...> ... version for Delphi 6 and of the TweBrowser? Component -> import ActiveX control. Required reading...
Paul Slusarz
wiedzmin
Offline Send Email
Jul 7, 2004
9:23 pm
8474
I am having a problem. I can fill out any form field even pulldowns like this <option value="test">Test</option> it fills fine using ...
oneacmename
Offline Send Email
Jul 8, 2004
12:47 am
8475
Hi, puzzling.... What are you trying to do? The Option Tag, only makes sense inside a <select>, and then only with more than one, and different values, and...
Birger Sorensen
birger_52
Offline Send Email
Jul 8, 2004
1:20 am
8476
Maybe im not explaining myself I will try this again... I'm trying to fill out a web based form, actually many different ones. Now on forms that have pulldowns...
oneacmename
Offline Send Email
Jul 8, 2004
1:43 am
8477
Actually you answered me and I just didn't notice lol. By setting selectedIndex to what I want I can get it to work :). Do you know how I get the number of...
oneacmename
Offline Send Email
Jul 8, 2004
2:19 am
8478
Hi, well .... the <option> with no value does not make sense - as it will not be possible to select that option.... <option>test1</option> have no value - it...
Birger Sorensen
birger_52
Offline Send Email
Jul 8, 2004
2:40 am
8479
Hello, there! I would like to ask. How can I prevent or force IE messages, when I make some action in TWebbrowser? For example, I make some form submission via...
Nicolay A. Vasiliev
apatit_ru
Offline Send Email
Jul 8, 2004
8:48 am
8480
Hello group, I used the band objects of http://www.euromind.com/iedelphi to create an explorer band. My explorer band is meant to work in the windows explorer,...
WPA van Deursen
wvandeursen2000
Offline Send Email
Jul 9, 2004
8:48 am
8481
Dear all, I have one html document.I load it in Webbrowser1.The document content is: <html> <head> <link type="text/css" rel="stylesheet" href='1.css'> <link...
resnetspan2003
Offline Send Email
Jul 13, 2004
9:57 am
8482
Hi all! ... <a href="javascript:window.showModelessDialog ('http://somewhere/')">Show Dialog</a> ... Which event will be fired when such a modeless dialog...
stanleyxu
x911cn
Offline Send Email
Jul 13, 2004
11:32 pm
8483
Hi this has been a thing in that back of my head for ages.. if you use your own web browser TwebBrowse in ur own program and you want to in your web site html...
Ben Simpson
powax1
Offline Send Email
Jul 14, 2004
2:57 am
8484
I've got an application that is displaying a web page using a TWebBrowser component. The web page in question has frames, and one of the frame has a Java...
warrick_wilson
Offline Send Email
Jul 14, 2004
10:09 pm
8485
Hi , does anyone know how to release the memory used by IHtmldocument or IHtmldocument2? when I create a blank webbrowser ( TWebBrowser or TEmbeddedWb), the ...
hansongwang_reg
Offline Send Email
Jul 18, 2004
2:36 am
8486
Hello, I am currently using IEDownload by Lindso Larsen? (http://www.euromind.com/iedelphi/iedownload.htm) The component is great and works wonderfully for in...
n1c3sh03s
Offline Send Email
Jul 18, 2004
2:36 am
8487
... Such downloads contain "content-disposition:" field in the server response HTTP header. Check this field for "filename=" substring. Sincerely, Alexander...
Al
alexbed2001
Offline Send Email
Jul 19, 2004
10:38 am
8488
I am tasked with supporting a TWebbrowser application in Delphi 5.  It scrapes tax related data from county web sites.  I have run across a site that appears...
atrigueiro@...
a_richard_wa...
Offline Send Email
Jul 19, 2004
4:15 pm
8489
I want to fill in those fields with a typical "Browse" button next to it. The MSDN documentation says the .value is read-only of those fields because of...
planetfetish2002
planetfetish...
Offline Send Email
Jul 19, 2004
10:21 pm
8490
Hi, How can i set page timeout value of webbrowser object and second, some page contain js bug, so browser alerts them. Ýs there an way to disable these...
Özgür KOCA
okocagutef
Offline Send Email
Jul 20, 2004
3:06 pm
Messages 8461 - 8490 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