9 de jun. de 2011

como jogar programa dentro do internet explorer ( delphi )

var
hIE: THandle;
begin
hIE:=FindWindow('IEFrame',nil);
hIE:=FindWindowEx(hIE,0,'Frame Tab',nil);
hIE:=FindWindowEx(hIE,0,'TabWindowClass',nil);
hIE:=FindWindowEx(hIE,0,'Shell DocObject View',nil);
hIE:=FindWindowEx(hIE,0,'Internet Explorer_Server',nil);
if hIE <> 0 then
begin
Windows.SetParent(Form1.Handle,hIE);
Form1.Top:=0;
Form1.Left:=0;
end;

4 comentários:

  1. IE é moleza brother. Tenta fazer isso no FF ou Chrome

    ResponderExcluir
  2. Faltou o Form1.Show no final ;) Mas ficou muito Show hehe!

    Faz ai do Fox que vou gostar mais ainda \o/

    ResponderExcluir
  3. Qual o Código para o Firefox??????

    ResponderExcluir
  4. Cara, séria bom se vc postasse para o Google Chrome tbm. Abraços, vlw.

    ResponderExcluir