현재 실행되어 있는 IE의 document를 가지고 작업을 하려하는데 안되고 있어 고민하고 있습니다.
누가 좀 도와 주시겠습니까?
아래 처럼
ole를 생성하여서는 되는데 이미 실행되어 있는 브라우져의 document를 가져오지 못하고 있습니다.
var
doc: ihtmldocument2;
fie: variant;
begin
try
FIE := CreateOleObject('InternetExplorer.Application');
doc := idispatch(fie.document as ihtmldocument2);
......
except
end; { except }