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;
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;
IE é moleza brother. Tenta fazer isso no FF ou Chrome
ResponderExcluirFaltou o Form1.Show no final ;) Mas ficou muito Show hehe!
ResponderExcluirFaz ai do Fox que vou gostar mais ainda \o/
Qual o Código para o Firefox??????
ResponderExcluirCara, séria bom se vc postasse para o Google Chrome tbm. Abraços, vlw.
ResponderExcluir