S
sam williams
Hi,
I am wondering what the best practice in c# is for coding a resusable panel.
What I want to do is embed the widget into other forms/panels.
I'm new to c# coming from a java background. I think one way might be to add
form controls to a System.ComponentModel.Component.
The panel would contain something like:
__________________________
| Name [ ] Age[ ] |
| DOB [ ] etc.[ ] |
|__________________________|
and be embedded into other forms.
Thanks in advance.
I am wondering what the best practice in c# is for coding a resusable panel.
What I want to do is embed the widget into other forms/panels.
I'm new to c# coming from a java background. I think one way might be to add
form controls to a System.ComponentModel.Component.
The panel would contain something like:
__________________________
| Name [ ] Age[ ] |
| DOB [ ] etc.[ ] |
|__________________________|
and be embedded into other forms.
Thanks in advance.