-
1 Attachment(s)
User control
I just want to make a user control in a windows form.
After making this user control, vb return me an error when I want to put it in my form...
Must I register something or make a library ? How do I that ?
Even if I make a library and even this library has been built, vb return me the same error...
-
Alone ?
Am I the only person that have this problem ?
-
no you dont register it. Either add a refernce to it, or put it into the same directory as the app using it..
-
Regsiter
I must use regsvr32 to register or an other command ?
-
no..you dont register .NET components
-
My first question was : must I make a Windows Control Library to make usercontrol or can I make it directly in a Windows Application ?
I yes.............how ????????
Tanks for your next replies ;-)