B
bennywong
Unregistered / Unconfirmed
GUEST, unregistred user!
OleContainer1.CreateObjectFromFile('e:/temp.doc',false);
OleContainer1.DoVerb(0);
doc:= OleContainer1.OleObject;
在IE中当第一次运行时没有问题,但在同一个IE窗口内再次运行则出现以下错误
Access violation at address 77A6F5FC in module 'ole32.dll'. Read of address 000002D0
不知什么原因
OleContainer1.DoVerb(0);
doc:= OleContainer1.OleObject;
在IE中当第一次运行时没有问题,但在同一个IE窗口内再次运行则出现以下错误
Access violation at address 77A6F5FC in module 'ole32.dll'. Read of address 000002D0
不知什么原因