CREATEOBJECT() で作成されたオブジェクトがあり、そのオブジェクトを親オブジェクトに設定したいと考えています。msdn から:
When you create an object with the CREATEOBJECT( ) function, the object is scoped to a property of the class or a variable in the method that calls this function. The parent property of the object is undefined.
.addobject() では、このメソッドは object を作成するため不可能ですが、既に object を作成しています。
問題は、親オブジェクトを持つ多くのオブジェクト (コマンド ボタンなど) を作成するにはどうすればよいかということです。前もって感謝します 。