Hi Guys,
I have a custom control on a form within a FlowLayoutPanel and am having trouble re-initializing it. The control is already on the form, and what I'm trying to do is re-initialize it like this:
The code seems to run fine, but if there was information already loaded into the control, it stays loaded and does not display the new information that should have been loaded after the constructor was called.
Am I going about this the wrong way, or any suggestions?
Thanks
I have a custom control on a form within a FlowLayoutPanel and am having trouble re-initializing it. The control is already on the form, and what I'm trying to do is re-initialize it like this:
Code:
myControl = New MyControl(1)
Am I going about this the wrong way, or any suggestions?
Thanks