@Leledumbo , Gecko is the nearest, ohm.
And @Bobo,
So, Timewarp has the best solution?
Uses Windows, Comobj;
procedure TForm1.Button1Click(Sender: TObject);
var browser: olevariant;
begin
browser := CreateOleObject('InternetExplorer.Application');
windows.setparent(browser.hwnd, form1.handle); // you can use panel1.handle, etc..
browser.toolbar:=false;
browser.fullscreen:=true;
browser.Resizable:=false;
browser.visible:=true;
Browser.Navigate('
http://www.lazarus.freepascal.org/');end;
SO, what's the input in Linux or MAC
browser := CreateOleObject('
InternetExplorer.Application-whats in linux or mac here?');
thanks to both of you