L
lucybear
Unregistered / Unconfirmed
GUEST, unregistred user!
我用下面这种方式可以动态加进来,但是不知如何显示在 Form 上?
var
f1:OleVariant;
begin
f1:=CreateOLEObject('TTF16.F1BookView');
f1.ReadEx('C:/temp.vts');
end;
[?]哪位大侠有什么办法能动态实现这个,希望能告诉我。多谢了!
var
f1:OleVariant;
begin
f1:=CreateOLEObject('TTF16.F1BookView');
f1.ReadEx('C:/temp.vts');
end;
[?]哪位大侠有什么办法能动态实现这个,希望能告诉我。多谢了!