<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
would it be possible to use firefox?, if so then it could be cross
platform unlike IE<br>
If you must use IE then look at the components in Delphi, these use IE
as you require, they are OCX controls, as such they are Windows specific<br>
<br>
<br>
Felipe Monteiro de Carvalho wrote:
<blockquote
cite="mid:c1b28eb90808291513r7887f208pe3dd05979767703@mail.gmail.com"
type="cite">
<pre wrap="">On Fri, Aug 29, 2008 at 4:44 PM, "Leonardo M. Ram�" <a class="moz-txt-link-rfc2396E" href="mailto:l.rame@griensu.com"><l.rame@griensu.com></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">I need a form with an embedded Internet Explorer, is this possible?
</pre>
</blockquote>
<pre wrap=""><!---->
Probably. Start by researching the API that Internet Explorer offers.
It will likely be something which needs a HWND, and you can get one
with TForm.Handle
Having said that, there are some HTML components for Lazarus which
could be used as a browser, but I think they don't support javascript.
</pre>
</blockquote>
</body>
</html>