A
amwtdkj
Unregistered / Unconfirmed
GUEST, unregistred user!
TActiveFormX = class(TActiveForm, IActiveFormX)
Button1: TButton;
procedure Button1Click(Sender: TObject);safecall;
public
procedure Initialize;
override;
function runactiveX(username,userpsw,courseID:string):integer;safecall;
end;
Button1Click和runactiveX在VB中都找不到!这是为什么?哪位老大能给我指点一下吗?谢谢谢谢谢谢
Button1: TButton;
procedure Button1Click(Sender: TObject);safecall;
public
procedure Initialize;
override;
function runactiveX(username,userpsw,courseID:string):integer;safecall;
end;
Button1Click和runactiveX在VB中都找不到!这是为什么?哪位老大能给我指点一下吗?谢谢谢谢谢谢