龙
龙之吻
Unregistered / Unconfirmed
GUEST, unregistred user!
我写了个COM挂到U8的界面上,现碰到几个问题。1、根据要求首先在COM中实现以下方法 RunCommand(objLogin, objForm, objVoucher: OleVariant; const sKey: WideString; VarentValue: OleVariant; const other: WideString); safecall; procedure Init(objLogin, objForm, objVoucher, msbar: OleVariant); safecall; procedure BeforeRunSysCommand(objLogin, objForm, objVoucher: OleVariant; const sKey: WideString; VarentValue: OleVariant; Cancel: WordBool; const other: WideString); safecall; 这些函数都传递了很多变体进来,我现在只知道objLogin的用法,其他传进来的是什么,怎么用都不知道。2、调用COM后弹出窗体,但同时任务栏也多出了这个COM的Application,也就是说,如何把COM的Application交给U8主程序?