K
kiddy
Unregistered / Unconfirmed
GUEST, unregistred user!
IEApp := CreateOLEObject('InternetExplorer.Application');
IEApp.visible := true;
IEApp.Top := 0;
IEApp.Left := 0;
IEApp.width := screen.width;
IEApp.height := screen.height;
//IEApp.Navigate(htmltext);
这样做好像是不行,请高人指点!
IEApp.visible := true;
IEApp.Top := 0;
IEApp.Left := 0;
IEApp.width := screen.width;
IEApp.height := screen.height;
//IEApp.Navigate(htmltext);
这样做好像是不行,请高人指点!