Hello.. All examles here are about gettign URLs of images in HTML page... But.. I need this: Every image must have some initialized data in memory and must be ...
4160
knoxis@...
Jul 1, 2001 1:43 pm
... I have the same problem too!!!! what's wrong?...
4161
Christian NineBerry S...
egroupsdelphi@...
Jul 1, 2001 2:42 pm
Hi ... This is a known Bug in Internet Explorer 5.5. You'll find detailed information on http://support.microsoft.com/support/kb/articles/Q271/8/68.ASP ...
4162
heinzfranz2001@...
Jul 1, 2001 4:49 pm
could you post the code? thnx ... URL ... find ... if ... error...
4163
murat k.
karademu@...
Jul 1, 2001 4:51 pm
hello to all, which IE version do your delphi programs using tembeddedbrowser require do you insist on backward compatibility or newer tech. most? 10x ...
4164
heinzfranz2001@...
Jul 1, 2001 5:19 pm
hi! how can i automatically save a whole webbrowser-component-site directly to a file (not as raw html)? when i use this methode, the user must press "OK" but...
4165
murat k.
karademu@...
Jul 1, 2001 6:01 pm
I think it would be useful to modify the tembeddedbrowser so that it first gets the document and then, before beginning to download images, raises a...
4166
christiaan.venter2@...
Jul 2, 2001 6:21 am
Hi Henri, I have imported the Microsoft Internet Controls which provide me with TWebbrowser and TWebbrowser_VI. How do I get access to TInternetExplorer? In...
4167
KrisztiƔn Kepes
kepes@...
Jul 3, 2001 8:12 am
Dear everybody ! I need to send an information to a site. I was wrote a Delphi Application, what fill inputs, and send the document. But this site is changed. ...
4168
mdissel@...
Jul 3, 2001 8:16 pm
Hello I want to load the URL that is loaded by the even OnNewWindow2 in an other instance of the TWebBrowser.. I have two instances of TWebBrowser (WB1 and...
4169
Nicolay A. Vasiliev
n.vasiliev@...
Jul 4, 2001 5:31 am
Hello! I am newbie with a subject. Can you suggest me how can I prevent a loading of graphic by TWebBrowser? TIA Nicolay 04.07.2001 9:29:29...
4170
thomasius.m@...
Jul 4, 2001 8:28 am
Hi, maybe an easy question today: I was very happy that I can use the "history.back ()"-Navigation on my html-sites and get the navigation-information in the...
4171
Christiaan Venter [VD...
christiaan.venter2@...
Jul 4, 2001 1:08 pm
Hi Everybody, Can anyone please help me with this. I am newbie. I want to use TWebbrowser to display an html file in my Delphi application. I've got the...
4172
Henri Fournier
hfournier@...
Jul 4, 2001 6:41 pm
Go to the files section of the group's website and doanload the demos and open source projects. http://groups.yahoo.com/group/delphi-webbrowser/files/ Henri ...
4173
Jeff Johnson
jjohnson@...
Jul 5, 2001 2:44 pm
WebBrowserObject.Navigate('your URL here...ie...www.happy.com or maybe..c:\page.html39;) ... From: Christiaan Venter [VDB Automation Iron & Steel Making] ...
4174
heinzfranz2001@...
Jul 6, 2001 2:40 pm
Hi! I found a solution for getting all frame urls: i:integer; curl:string; fdoc:string; full:string; embeddedwb1:twebbrowser_v1; ...
4175
heinzfranz2001@...
Jul 6, 2001 3:02 pm
Hi! How can I stopp the twebbrowser to download files (e.g. "zip"). thnx...
4176
Zheleznyak Mark S.
mark@...
Jul 7, 2001 8:58 am
On my Form1 I've set KeyPreview:=True - and can handle all key strokes well. If I only add EmbeddedWB1 on the Form1 (empty, without any EmbeddedWB1.Go) - all's...
4177
zyxel@...
Jul 7, 2001 9:01 pm
Hello.. When I want to use this element: IHTMLImgElement or Class_IHTMLImg I get this: Class not registered.. I try this: initialization RegisterClasses(.......
4178
sain.foin@...
Jul 9, 2001 11:21 am
I want to know the time I use in the internet,how can I do this?...
4179
Local
francois@...
Jul 9, 2001 4:20 pm
Hi, I would just like to know if anyone knows of a quick (simple) way to translate HTML type color strings, to standard RGB (integer) format. In other words,...
4180
bomboze@...
Jul 10, 2001 7:16 pm
Hello everybody. The problem is here... When I try to do EmbeddedWB1.Quit or WebBrowser1.Quit - Delphi shows exception "Unspecified Error" and stops.. What...
4181
940801
l940801@...
Jul 11, 2001 1:30 am
Hi, Henri Fournier. There is a browser Open Source Project Mozilla written with C, why you do not build a open source project for a TWebBrowser Component with...
4182
Zheleznyak Mark S.
mark@...
Jul 11, 2001 8:19 pm
Using Per Larsen's tip I can load a stream into the TWebBrowser without Navigating to a file. But navigating to some anchor inside HTML-file (a href="#1"),...
4183
Karl Prosser ( klumsy...
klumsy@...
Jul 11, 2001 8:55 pm
This is just a stab in the dark.. but if you can't do it anyother way i believe that once the page is loaded you can 'parse39; it via Ithmldocument2 and get say...
4184
sonic_force@...
Jul 12, 2001 4:25 pm
I use TWebBrowser in some applications. And I must Save All Objects of Image Type in Local Disk in some directory, like -'c:\WEBIMAGES39; without any Save...
4185
shef31@...
Jul 12, 2001 11:08 pm
Is there a browser component we can use for cross-platform development?...
4186
MehmeT KuT
mehmetk@...
Jul 13, 2001 2:25 am
might be mozilla but i am not sure ... From: shef31@... To: delphi-webbrowser@yahoogroups.com Sent: Friday, July 13, 2001 2:08 AM Subject:...
4187
Karl Prosser ( klumsy...
klumsy@...
Jul 13, 2001 2:31 am
... i doubt it, as components we use ussually wrap around IE or somesuch.. you could probably find a completely VCL implementation of a webbrowser component...
4188
Louis Lin
lhclin@...
Jul 13, 2001 2:51 am
www.pbear.com sells a browser component. A light version is free. I don't think it depends on IE, but check with its author to be sure. ... Louis Lin...