一括表示(VB6.0) |
---|
Prog1からActiveXでProg2をCALLする処理があります。 |
> set obj.Sendatas = new collection |
Prog1側 |
> Set Obj = CreateObject("Prog2.class1") |
> Set Obj = CreateObject("Prog2.class1") |
> public Sendatas as collection |
Set Obj = CreateObject("Prog2.class1") |
> 実行してエラーは出ませんが |
>もし classA の Instancing プロパティが 1 - Private になっているのであれば、 |