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 your group to be featured on the Yahoo! Groups website? 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 10120 - 10149 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10120
I do this way: //count forms on document for i := 0 to WebBrowser.OleObject.Document.forms.Length - 1 do begin FormItem :=...
Nelson Herrera
nel.herrera
Offline Send Email
Mar 2, 2007
7:20 pm
10121
Hello MASTER. I need your help to get text data or saving file from URL like 'http://secure.efxnow.com/Rates2/ENG/Rates.aspx' or ...
jamboon66
Offline Send Email
Mar 4, 2007
6:03 am
10122
Hi All. Well, I am not sure if my situation is unique, and I am sure someone would have done this before. I have an app that downloads an ASP page. Inside the...
jscoulter61
Offline Send Email
Mar 4, 2007
6:04 am
10123
I posted this on www.bsalsa.com but thought that someone here may have come across a similar problem: I'm using an EWB component in a modal form that is...
Mark Rickan
thx1138_ca
Offline Send Email
Mar 5, 2007
8:21 pm
10124
Hi fiends: I have to develope an application to control the use of the internet. I want to treat an instance of Internet Explorer as a TWebBrowser instance. ...
nel.herrera
Offline Send Email
Mar 5, 2007
8:43 pm
10125
Hi, I am using the web browser control and want to do "things" with a web page after it is fully downloaded. documentComplete is an event that is supposed to...
Fotis Kokkoras
fkokkoras
Offline Send Email
Mar 10, 2007
1:26 pm
10126
Hi everybody, I'm using a TWebBrowser for displaying a local html page. In this html page, there are a button and a vbscript. The vbscript is executing when...
brice_mestressat
brice_mestre...
Offline Send Email
Mar 14, 2007
11:40 am
10127
Hello, I wonder what the best way is to filter out or force style attributes on a document. Example: I have a html document and I want to have the same font...
kn0wland
Offline Send Email
Mar 23, 2007
4:13 pm
10128
you can walk thru the IHTMLElements the function Get_anchors of IHTMLDocument2 gives you. example: var Doc: IHTMLDocument2; EC: IHtmlElementCollection; ...
kn0wland
Offline Send Email
Mar 23, 2007
4:23 pm
10129
Hiyo, Vinicius! Try the code below: In "interface" section write this: type TObjectProcedure = procedure of object; TEventObject = class(TInterfacedObject,...
egloo_kz
Offline Send Email
Mar 26, 2007
10:25 pm
10130
I have a form with two webbrousers on it. And i want to login on a website as two different users at the same time. But after logining in first webbrouser in...
chentsov_a
Offline Send Email
Apr 5, 2007
6:23 am
10131
Hi, I am wondering if it's possible to make the TWebBrowser's background transparent? which it will only display the html content and nothing else. That would...
spacefd
Offline Send Email
Apr 11, 2007
3:45 pm
10132
Hello, I've problem with downloading a file by TWebBrowser. TWB is loading .csv file (which is text file), but won't open it - TWebBrowser is opening File...
kacper.kwapisz
Offline Send Email
Apr 11, 2007
4:08 pm
10133
I have an IE toolband based on the Band Objects sample toolband at http://www.bsalsa.com/ie_tools_band_obj.html. The toolband works with IE7, but has problems...
andriy_fedorovych
andriy_fedor...
Offline Send Email
Apr 19, 2007
10:46 pm
10134
uses wbfuncs; WaitForBrowser(WB: TWebbrowser);...
tommi35
Offline Send Email
Apr 19, 2007
10:48 pm
10135
Hello,All, Using the EmbeddedWB and EditDisgner,when press Enter key,the out is <P>. Can it out <BR>? When I paste from the Word Doc(include image) into the...
betterhao2000
Offline Send Email
Apr 22, 2007
5:31 pm
10136
Shift + Enter is supposed to insert a <BR>. Enter is for paragraph change, that is, <p>. _____ From: delphi-webbrowser@yahoogroups.com ...
Fotis Kokkoras
fkokkoras
Offline Send Email
Apr 22, 2007
6:59 pm
10137
Hi there I need to remove the horinzontal scroll bar from TEmbededWB For example , In a instant messaging program or something else like that When you're...
NINJA ::.
dadash_ninja
Offline Send Email
May 3, 2007
8:37 am
10138
Hi! As what i have researched recently, i found that TWebBrowser has the following functions: - 1) TWebBrowser can be used for editing webpage if the edit mode...
sherlyn_20
Offline Send Email
May 4, 2007
1:55 am
10139
Hi! I would like to try some examples but donīt know how to install these two units can somebody help me? I have Delphi 7 Thank you in advance...
webgnarf
Offline Send Email
May 11, 2007
3:14 pm
10140
Hi! How do i retrieve available styles items (e.g Heading 1, Heading 2, Address and etc) from IDM_GETBLOCKFMTS command. I have tried the following, but my...
sherlyn_20
Offline Send Email
May 14, 2007
1:57 am
10141
1) go to Delphi 7, 2) click on the menu Project | Import Type Library 3) Click add button 4) then choose the location from the following CDO_TLB =...
sherlyn_20
Offline Send Email
May 14, 2007
2:02 am
10142
Hi Sherlyn, I've created a simple mshtml-based editor in pure Delphi code - it available at the file section at both ...
Senfer Kurt
lexicalis
Offline Send Email
May 15, 2007
6:41 am
10143
HI, I do have a problem. I have a HTML code with many internal links (shown below VERY abbreviated / Name = TEST.htm ): NAME.HTM: <HTML> <BODY> .... <a href...
snestrup2000
Offline Send Email
May 15, 2007
1:10 pm
10144
Hello,mr_delphi_developer Can you tell me the solution?Thanks very much!...
betterhao2000
Offline Send Email
May 15, 2007
4:26 pm
10145
Any idea on how to get source code when the part of the webpage is dynamically generated through JAVASCRIPT/AJAX ? ex: ...
yarekc
Offline Send Email
May 18, 2007
1:50 pm
10146
it seemed like the page had some CSS class that was doing the encryption...are you sure it is ajax? ... From: yarekc <yarekc@...> To:...
Anthony Watson
a_richard_wa...
Offline Send Email
May 18, 2007
6:22 pm
10147
my tool works with rendered page, so extracting the fax number is not an issue since it is available in the DOM fotis _____ From:...
Fotis Kokkoras
fkokkoras
Offline Send Email
May 18, 2007
8:03 pm
10148
my tool works with rendered page: WHAT TOOL are you talking about ? ... not an ... Watson ... generated web ... web page ... ...
yarekc
Offline Send Email
May 19, 2007
6:30 am
10149
I am atalking about the way I did it in a project of mine. _____ From: delphi-webbrowser@yahoogroups.com [mailto:delphi-webbrowser@yahoogroups.com] On Behalf...
Fotis Kokkoras
fkokkoras
Offline Send Email
May 19, 2007
12:01 pm
Messages 10120 - 10149 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