Results 1 to 6 of 6

Thread: User control

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2002
    Posts
    6

    Question 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...
    Attached Images Attached Images  

  2. #2

    Thread Starter
    New Member
    Join Date
    Feb 2002
    Posts
    6

    Alone ?

    Am I the only person that have this problem ?

  3. #3
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    no you dont register it. Either add a refernce to it, or put it into the same directory as the app using it..
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  4. #4

    Thread Starter
    New Member
    Join Date
    Feb 2002
    Posts
    6

    Regsiter

    I must use regsvr32 to register or an other command ?

  5. #5
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    no..you dont register .NET components
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  6. #6

    Thread Starter
    New Member
    Join Date
    Feb 2002
    Posts
    6
    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 ;-)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width