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 10108 - 10137 of 10265   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10108
Hello, I need to load image from TBitmap (or Stream), not in src property (from url or hd file) example WebBrowser1.OleObject.Document.Images.Item(li).Src :=...
Lubas
novofermat
Offline Send Email
Jan 2, 2007
12:29 pm
10109
Hi all, I´m tryng to autofill all the fields of all Forms in TWebBrowser document using the following code from ...
nel.herrera
Offline Send Email
Jan 5, 2007
10:31 pm
10110
In order to fill in the input of type FILE in an HTML page, you have to do three things. 1. You first have to give the Webbrowser forcus. To do that, you must ...
mr_delphi_developer
mr_delphi_de...
Offline Send Email
Feb 1, 2007
5:38 pm
10111
... for "Focus"). Here is the key: // this is the first key to getting this done with WebBrowser1.Application as IOleobject do DoVerb(OLEIVERB_UIACTIVATE, nil,...
mr_delphi_developer
mr_delphi_de...
Offline Send Email
Feb 1, 2007
5:39 pm
10112
Hi there. i want to use WebBrowser As WORD EDITOR. i load doc1.doc + some code in navigatecomplete2 procedure TAddMichtavFrm.reLetterNavigateComplete2(Sender:...
mazluta
Offline Send Email
Feb 5, 2007
9:37 pm
10113
Hi all I don't understand what's happening I create a application with a WebBrowser. I use this application to connect to a website containing a phpbb forum. ...
Lenif
lenif7780
Offline Send Email
Feb 7, 2007
6:07 pm
10114
FYI, CodeGear's 'The Delphi Hour' now has a Podcast RSS feed, so you can listen to the weekly show on your iPod, etc. without having to jump through hoops to...
Myles Wakeham
vladman992000
Online Now Send Email
Feb 12, 2007
9:56 pm
10115
Hi, when i intercept the onNewWindow3 on my Webbrowser component the url don't contains the info about the anchor that i'm navigating to and only takes me at...
danielpa2h
Offline Send Email
Feb 13, 2007
10:05 am
10116
HI! I´m an intermediate beginner in delphi and need some of the funktions of the TWebBrowser. I collect many information on the web about the task to save a...
forenheini
Offline Send Email
Feb 13, 2007
10:06 am
10117
Thank you and you web-site! Now I know how to auto fill form`s elements!!! But TextArea do not have VALUE property. Help me! Show me the way for autofilling...
chentsov_a
Offline Send Email
Feb 22, 2007
3:24 pm
10118
Have a look at document.getElementByID().InnerHTML. HTH Aaron...
Aaron DC
toolkit@...
Send Email
Feb 22, 2007
8:08 pm
10119
Naw i do it this way ========================================= ovElements := Document.Forms.Item(0).Elements; for i := 0 to ovElements.Length - 1 do if...
chentsov_a
Offline Send Email
Feb 26, 2007
4:17 pm
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...
Online Now 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
Messages 10108 - 10137 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