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を渡したいと思います。