Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用互操作在 vb6 应用程序中使用 .Net 控件,并且想知道是否可以将 vb6 表单引用作为方法的参数传递。
我将 .net 控件的 init 方法签名定义如下:
public bool Init(int Arg1, int Arg2, bool Arg3, int Arg4, int Arg5)
我想传递调用此方法的 vb6 表单的 ref 作为另一个参数。