RE: Visual Basic 6 or Visual Basic .NET?
As I said, I think you should use member functions. Those child-controls have been wrapped and I don't think there's a way to access them directly. Are you sure that you want to use UserControls, instead of Forms with instances (Dim AForm as New frmFormTemplate)?
|