[twsocket] Simply a graphics browser

2005-06-21 Thread Julian S.
Is there a simple way to implement a sort of graphics browser (like IE - and 
probably only like IE) in your own user interface? Is it possible to be done 
with ICS? If not can you support me with the name of a component that would do 
this? I need this mainly to run a javascript from the url which i GET - because 
getting an URL doesn't make the script to run;] Or maybe there is a different 
way?

Thx for help in advance!
Julian Sychowski

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be


Re: [twsocket] Simply a graphics browser

2005-06-21 Thread Francois PIETTE
A browser is much much more than simply getting HTML and other kind of 
documents.

Writing a complete browser is really a huuge task.
I suggest you simply use TWebBrowser component within your Delphi 
application. TWebBrowser component is the heart of IE into and ActiveX. So 
you program will be IE with another user interface. Have a look here: 
http://www.euromind.com/iedelphi/index.htm


This is really out of topic here. So please move to delphi@elists.org (same 
server, different mailing list) to discuss this topic.


--
[EMAIL PROTECTED]
http://www.overbyte.be


- Original Message - 
From: Julian S. [EMAIL PROTECTED]

To: twsocket@elists.org
Sent: Tuesday, June 21, 2005 7:59 PM
Subject: [twsocket] Simply a graphics browser


Is there a simple way to implement a sort of graphics browser (like IE - 
and probably only like IE) in your own user interface? Is it possible to 
be done with ICS? If not can you support me with the name of a component 
that would do this? I need this mainly to run a javascript from the url 
which i GET - because getting an URL doesn't make the script to run;] Or 
maybe there is a different way?


Thx for help in advance!
Julian Sychowski

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be




--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be