Hi friends how are you??? I hope fine ...
Well I'm making an OCX (MFC Control) that will be work on VB, and I need to make a "MultiProperty" something like this:
on vb:
MyOcx.MyProperty.MySubProperty1 = 2333;
MyOcx.MyProperty.MySubProperty2 = 2333;
and this way till an eleven sub properties ...
How can I do this ???
Very Thanks,
Danilo ...
Well I'm making an OCX (MFC Control) that will be work on VB, and I need to make a "MultiProperty" something like this:
on vb:
MyOcx.MyProperty.MySubProperty1 = 2333;
MyOcx.MyProperty.MySubProperty2 = 2333;
and this way till an eleven sub properties ...
How can I do this ???
Very Thanks,
Danilo ...