M
MikeY
Hi everyone,
I'm trying to figure out, on my windows form, of what is the best way to add
various custom controls at various times during run-time. The problem is
that they will need to be in the same spot as each other, depending on what
is being called at that particular time by the user. I have been trying to
use Inherited user controls, but I am not able, and/or don't know how to
retrieve the data from my Inherited user control. If the controls were
actually pre-contained then I use regular delagates, but with Inherited
controls I am unsure of the options. I also believe that I cannot add my
regular built custom controls at runtime and pass data from my delagates.
So if there are any suggestions, links, sample syntax's would be
appreciated.
MikeY
I'm trying to figure out, on my windows form, of what is the best way to add
various custom controls at various times during run-time. The problem is
that they will need to be in the same spot as each other, depending on what
is being called at that particular time by the user. I have been trying to
use Inherited user controls, but I am not able, and/or don't know how to
retrieve the data from my Inherited user control. If the controls were
actually pre-contained then I use regular delagates, but with Inherited
controls I am unsure of the options. I also believe that I cannot add my
regular built custom controls at runtime and pass data from my delagates.
So if there are any suggestions, links, sample syntax's would be
appreciated.
MikeY