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: 4047
  • 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
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Hello, I am trying to capture a web page to a bitmap, and have tried the examples that are posted in this forum and on Henri's FAQ's, however I am only getting...
1 Apr 4, 2001
3:17 am

support@...
Send Email

I have test th EmbeddedWB.GetThumbnail method and noted that the behevior isn't the waited. This method do the Webbrowser malfunction. There is anybody that...
2 Apr 3, 2001
3:17 pm

Valery Shestakov
vsh@...
Send Email

Created 03.04.2001, 16:28 Subject: Document in the WebBrowser is succesfully painted Dear All, How can I know that document in the WebBrowser is succesfully ...
1 Apr 3, 2001
1:30 pm

Valery Shestakov
vsh@...
Send Email

Created 02.04.2001, 18:16 Subject: Disable automatic created window Dear delphi-webbrowser, I use a TWebBrowser. How can I disable automatic creating windows...
1 Apr 3, 2001
6:48 am

Valery Shestakov
vsh@...
Send Email

Greetings to All, I've just found your group and joined. The posting on Buttons (3653) and the file PushButton.zip (post 3654) was just what i was wanting!...
3 Apr 3, 2001
12:42 am

Chambers
chambers@...
Send Email

Hi all: In the TWebBrowser object, is there any way to prevent the user from downloading a file using FTP/HTTP? I have tryed the event OnFileDownload setting...
1 Apr 2, 2001
10:09 pm

Pedro Estrada
pedro.estrada@...
Send Email

Is there a way to use the WebBrowser in a UI-Less application?...
2 Apr 2, 2001
4:05 pm

Henri Fournier
hfournier@...
Send Email

Hi all, I know this theme isn't for here but it's quite simple and I think you can help me. I have Memo with 1692 lines, but I can see only 1688 of them. The...
4 Apr 2, 2001
6:26 am

Henri Fournier
hfournier@...
Send Email

I'm using Embedded Web Browser component under Delphi v5.0 an Internet Explorer v5.0 and my cuestion is: How can i to know the effective URL that i visit on...
6 Apr 1, 2001
8:11 pm

Work
skyrider@...
Send Email

I came from the world of Visual Basic. That world is very competitive and secretive. Information is hard to find and useful information is even harder to find....
4 Apr 1, 2001
9:19 am

Peter Morris
pete@...
Send Email

Hi, A few weeks ago I posted a message reporting that it was not possible to type text in MSN chat. With the help of this board, I found that this problem was...
1 Mar 31, 2001
9:30 pm

yves@...
Send Email

Is there anyway to change the margin widths when printing from the TWebBrowser? I want to adjust the margin widths to be different, and then set them back ...
1 Mar 31, 2001
5:12 am

Ian W
ianworms@...
Send Email

Enter your vote today! Check out the new poll for the delphi-webbrowser group: Should I continue to moderate this group and only allow WebBrowser related ...
3 Mar 30, 2001
1:40 am

Peter Mance
pm@...
Send Email

on another list someone suggested that there may be some scary things in the new yahoo list terms of service. something to the effect of yahoo's ownership of...
2 Mar 30, 2001
1:14 am

Henri Fournier
hfournier@...
Send Email

Hello! How can I change proxy settings for webbrowser programmatically? I have tried to change values in 'Software&#92;Microsoft&#92;Windows&#92;CurrentVersion\Internet ...
4 Mar 29, 2001
12:50 pm

Sheng Quanhu
shengqh@...
Send Email

Hi all: I'm using InstallShield to install an app that is using a TWebBrowser component in D5. When I install on W98 it works fine, but in W95 it doesn't. What...
4 Mar 29, 2001
7:39 am

Steve Hughes
steve@...
Send Email

Need Help!!!! I have a button on WEB page and need to push this button. 1. I can't set focus to document without mouse click. 2. I can't use the key "ENTER". ...
2 Mar 28, 2001
9:03 pm

contact
contact@...
Send Email

I try to use IE in thread. But when I'm trying to navigate i get 'EOleSysError with message An outgoing call cannot be made since the application is...
1 Mar 27, 2001
10:07 pm

kashirin@...
Send Email

Hi all, The last two years I have maintained a delphi-webbrowser webpage called IE & Delphi (www.euromind.com/iedelphi) . Members of this group have...
1 Mar 27, 2001
4:00 pm

Per Larsen
per.lindsoe@...
Send Email

I am trying to load and print many pages at once. What i have is a loop like the following for i:= 0 to pagesToPrint.count-1; do begin ...
2 Mar 27, 2001
2:34 pm

Henri Fournier
hfournier@...
Send Email

Printing multiple documents fro the webbrowser is a minefield :-) MS states that the webbrowser isn't mend fore multiple printing and there is some articles...
1 Mar 27, 2001
2:24 pm

Kurt Senfer
Ks@...
Send Email

Thanks to Rob de Beir, and to this article : http://xml.definedsys.com/samples/delphi/webbrowser.html, I added to IEParser the following features : 1) IEParser...
3 Mar 26, 2001
6:57 pm

contact
contact@...
Send Email

Hi, I have been trying IEParser that I find very promising but I'd like to add 2 features : 1) I would like to load the document from a string or from a stream...
2 Mar 26, 2001
3:50 pm

contact@...
Send Email

It seems that I can modify URL & PostData when IE fire OnBeforeNavigate2() event however, I try to change URL .. but no effect at all! does anyone try this...
1 Mar 24, 2001
11:55 am

ddtsearch@...
Send Email

Hello, I've implemented a pluggable protocol including the iinternetprotocolinfo-interface. By my function QueryInfo is never called with QUERY_EXPIRATION_DATE...
1 Mar 23, 2001
9:04 am

crazyfinger@...
Send Email

I have an dbgrid an a embeddedwb on a form. If a go with mouse to the embeddedwb and click on it and then return with the mouse to the grid and try to click on...
1 Mar 23, 2001
8:55 am

bram@...
Send Email

I have a Webbrowser, WB1. Now I want to create WB2, which have the same content to WB1. The method I use is navigate wb2 to wb1's url. Is there a way can load...
1 Mar 23, 2001
7:48 am

xingtek@...
Send Email

Hi, Does anybody know how to save a complete web page as a single image. Hope you can help. Chris [Non-text portions of this message have been removed]...
1 Mar 22, 2001
10:22 pm

Chris Deegan
chris@...
Send Email

Hello everybody. How could i make a plugin for IE .... like flash.....Any help on this will be very appreciated Thanks in advance Janek (Sorry my bad ebglish)...
3 Mar 22, 2001
8:37 am

Bart Thomas
Bart@...
Send Email

In the site you recommend me i found the answer....not in the program itself but in the explanation of the author..... Thanks Janek...
1 Mar 21, 2001
11:22 pm

jlopezrom@...
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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