Hi all :wave:
Thanks 4 previous :thumb:
My next question is can any one tell me what is user control in vb with example :confused:
Where we have to need to use it!
How It Work! :confused:
Thanks! :)
Printable View
Hi all :wave:
Thanks 4 previous :thumb:
My next question is can any one tell me what is user control in vb with example :confused:
Where we have to need to use it!
How It Work! :confused:
Thanks! :)
any idea
user control is nothing but an activex control created by a user like us. If you feel some different characterics in a control you create it on your own like a customised calendar, some formatted text box...
this link will help you to create one
http://msdn.microsoft.com/library/de...vexcontrol.asp
Just as an additional notice: user control is not necessarily an ActiveX control. You can compile user control as OCX, but you don't need to. I prefer not to compile them as OCX because there are problems with "version compatibility"; I never figured a way to prevent problems from occurring, so I ended up adding the user controls in the project as-is.
Thanks U Both
Ganesh Moorty Sir Your Given Link In helpful 4 me thanks also thanks to merri