Hi
What is the purpose of User Control and how it can be use...
I have need trying to create a shared menu for all the windows forms to use......
They told me to put it as a user control to solve the problem...how to do it?
Thanks
Printable View
Hi
What is the purpose of User Control and how it can be use...
I have need trying to create a shared menu for all the windows forms to use......
They told me to put it as a user control to solve the problem...how to do it?
Thanks
A user control is basically a control (e.g., textbox, button, taxes) that you create or which you develop upon and improve in terms of functionality and features to suit your own needs.
For example, a textbox which accepts only numbers is a user control.
It's a matter of convenience and functionality and needs.
Can you explain the needs of this particular 'menu' that you refer to?
Hi mendhak
How come you are managing to make posts without your name appearing in the list of people browsing?:confused:
Shhh!! They're coming for me. :paranoid:Quote:
Originally posted by taxes
How come you are managing to make posts without your name appearing in the list of people browsing?:confused:
it is actually like some sort of button taking to the various forms when you click on it.....like frmMain to frmMain2 in the menu bar...then frmMain2 to frmMain3....
Do you think what should be the best way to deal with it...