PDA

Click to See Complete Forum and Search --> : User control


frblondin
Feb 7th, 2002, 02:55 AM
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...

frblondin
Feb 8th, 2002, 09:49 AM
Am I the only person that have this problem ?

Cander
Feb 8th, 2002, 10:16 AM
no you dont register it. Either add a refernce to it, or put it into the same directory as the app using it..

frblondin
Feb 8th, 2002, 10:59 AM
I must use regsvr32 to register or an other command ?

Cander
Feb 8th, 2002, 11:12 AM
no..you dont register .NET components

frblondin
Feb 9th, 2002, 03:47 AM
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 ;-)