Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

delphi-webbrowser · Delphi: Using IE's WebBrowser

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 4049
  • Category: Delphi
  • Founded: Mar 21, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 10074 - 10103 of 10292   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
10074 grantfullen Send Email Oct 6, 2006
3:28 am
Hello all . I am trying to get all the text from the twebbrowser. If I use theis code for i := 0 to WebBrowser1.OleObject.Document.All.Length - 1 do ...
10075 Fotis Kokkoras
fkokkoras Send Email
Oct 6, 2006
10:09 am
You sould get the innerText of the documentElement which reffers to the HTML tag. You don;t have to pass through all the elements of the Document.All...
10076 Bogdan
bogdan_iuly Send Email
Oct 7, 2006
9:57 pm
Hy. I am trying to retrieve the html source of a page without navigating with the Navigate function to that page. The reason for this is that I do not want the...
10077 Denis
brushgroup Send Email
Oct 8, 2006
12:35 pm
Hi Grant, What else do you expect if you discard the rest lines. ;-) I guess you meant memPlainText.Text:= memPlainText.Text + ... Denis Friday, October 6,...
10078 BigDeny Send Email Oct 15, 2006
9:38 pm
I recommend changing the top of IsWinXPSP2OrLater to dynamic binding, so projects using EWB could be run on win98 system. static binding for both...
10079 Tao Lin
lintao_nz Send Email
Oct 17, 2006
3:53 am
Hi, I am using D7 with IE7 RC1 under win XP. I found out the the Form.ShowModal no long working with IE7 anymore. In the IE Deskband, I create a button and...
10080 Aliaksander Markau
alexander_ma... Send Email
Oct 17, 2006
3:57 pm
I found that sometimes pages loaded from stream with LoadFromStream method show as sourcecode but not HTML... and sometimes the very same page shoes OK. Does...
10081 delphi-webbrowser@yah... Send Email Nov 2, 2006
12:16 pm
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 :...
10082 Eran Bodankin
bsalsaa Send Email
Nov 2, 2006
3:13 pm
... binding, so ... must ... OSVERSIONINFOEX; ... stdcall; ... (handle, 'VerifyVersionInfoA'); ... It's already done in a diferent way. You should download the...
10083 Eran Bodankin
bsalsaa Send Email
Nov 2, 2006
3:14 pm
... It's because the legality of the Html in the stream. You should make sure that you load a legal html code....
10084 Eran Bodankin
bsalsaa Send Email
Nov 2, 2006
3:16 pm
... navigating ... of ... it. ... html ... a ... Use IEParser component from Embedded web browser components pack...
10085 Eran Bodankin
bsalsaa Send Email
Nov 2, 2006
3:50 pm
... in ... function TForm1.EmbeddedWB1ShowContextMenu(const dwID: Cardinal; const ppt: PPoint; const pcmdtReserved: IInterface; const pdispReserved:...
10086 Alfred Vink
alf_at_delphi Send Email
Nov 3, 2006
2:45 pm
Hi Eran, I upgraded to the latest package, but beccause IEUtils is no longer in it I ran into some trouble. I understand Encode is replaced by EncodeURL() ? ...
10087 sh0rty :P
sh0rtythegreat Send Email
Nov 3, 2006
7:03 pm
Hi Alfred, I had the exact same problems. The many changes between the (very) old version I was using, to the current version (14.61) required a number of...
10088 bsalsa@...
bsalsaa Send Email
Nov 5, 2006
4:53 am
Hello Alfred & Ryan, Ryan Bruins is right. Yes, the new versions, uses some new names for old functions because ppl forget what the function should do. I don't...
10089 dsimun Send Email Nov 5, 2006
7:48 pm
Dear all, I appologise if the answer to my question exists on this group's or other message list, but I'm searching the web for many days with no results. The...
10090 grexwinkel Send Email Nov 8, 2006
9:21 am
Hi there, I seem to have some problems with my embeddedwb and IE7. Webpages containing an IFrame are not rendered at all whereas they work perfctly in IE7...
10091 grexwinkel Send Email Nov 8, 2006
10:06 am
I have got it. As to be expected this is an unforseen dependency between SP2 and IE7. ;-) I have impelemented the 1st workaround below (the 2nd i do not trust)...
10092 Roger MacRae
rogermacrae Send Email
Nov 9, 2006
3:39 am
Hey there, can anyone please give an example of how I could have a form automatically filled out and then submitted? Thanks...
10093 bsalsa@...
bsalsaa Send Email
Nov 9, 2006
12:00 pm
Hello, You can grab the code from the EmbeddedWB package. Unit name EwbTools. ... From: Roger MacRae To: delphi-webbrowser@yahoogroups.com Sent: Wednesday,...
10094 ollosoft Send Email Nov 9, 2006
4:23 pm
Hi, how can I add/insert own menuitems to the default contextmenu of TWebbrowser? TIA Ollo...
10095 sandra_campbell_04
sandra_campb... Send Email
Nov 10, 2006
5:07 pm
Hi, I've not used the TWebBrowser component before, but it works really well for my app ( though I'd like to be able to hide the URL's from the IE history...
10096 Damir Simunovic
dsimun Send Email
Nov 11, 2006
9:26 pm
I don't know how to insert own menu items do default context menu, but I'm using this peace of code to control showing default menu and replacing it with ...
10097 ollosoft Send Email Nov 13, 2006
4:22 pm
Hi Damir, I still know, how to replace the default popup menu. I don't want to replace it if it's possible to avoid this, because then I had to simulate the...
10098 Damir Simunovic
dsimun Send Email
Nov 14, 2006
4:51 pm
No response from other, so I have to reply to my self ... I found that the problem is not exactly as I wrote. WHEN ANOTHER CONTOL HAS FOCUS BEFORE TWebBrowser...
10099 Damir Simunovic
dsimun Send Email
Nov 14, 2006
6:25 pm
TDBGrid :( ... ____________________________________________________________________________________ Do you Yahoo!? Everyone is raving about the all-new Yahoo!...
10100 bsalsa@...
bsalsaa Send Email
Nov 15, 2006
5:47 am
Hello Damir, You can copy a solution from the EmbeddedWB source code (Just look for "Focus"). Best regards, Eran Bodankin (bsalsa) ...
10101 brianrasmusson Send Email Nov 16, 2006
10:21 pm
Hi, I'm trying to find out of the web page has been scrolled. I do this by reading the scrollTop property of the body. I'm coding in C++ Builder where...
10102 jury@...
jurygerasimov Send Email
Nov 17, 2006
8:17 am
Hello all, I'm trying to "feed" IEDownload (from DownloadMgrDemo example) with a link to FTP file. It won't work, won't even start to download it. In the ...
10103 crulex32 Send Email Dec 9, 2006
6:04 pm
Hi everyone, I'm using a BHO that saves current page contents or selection in the .txt and .mht formats. Some of the functionality stopped working when I moved...
Messages 10074 - 10103 of 10292   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help