W
web1110
Hi y'all,
I have a set of objects and within each, I want to provide a method to
display the contents of the object. I also wish to be able to use the form
designer part of Visual Studio to create each form.
The solution I came up with is to create a Windows control library and then
instantiating the control in the containing object. Problem is, I am
drawing a blank on how to display this control dynamically (ie upon
request).
Also, if anyone has a better method of achieving this, I would appreciate
the assistance. I am not particulary fond of this solution.
I have a set of objects and within each, I want to provide a method to
display the contents of the object. I also wish to be able to use the form
designer part of Visual Studio to create each form.
The solution I came up with is to create a Windows control library and then
instantiating the control in the containing object. Problem is, I am
drawing a blank on how to display this control dynamically (ie upon
request).
Also, if anyone has a better method of achieving this, I would appreciate
the assistance. I am not particulary fond of this solution.