How to create a custom control
-
by adding user control to ur project and then u can design that user control according to ur need and can use it on other forms in ur project.
rahul
-
by adding user control to ur project and then u can design that user control according to ur need and can use it on other forms in ur project.
rahul
-
m asking, wht is the procedure i will be happy if u give some tutorials thanks in advance soori
right click on the project under the solution explorer of visual studio u get pop up menu form that select add option then under add option there is add new item option click that option u will get a add new item dialog box in which u can find template list box under that list there is user control item select user control item and click open button of add new item dialog box the user control will be added in ur project then from solution explorer of VStudio select that user control and design it as u design the windows form after designing u can see that user control on the toolbox under my user control heading select that user control and drag it on the windows form on which u want to use it.
rahul