Results 1 to 4 of 4

Thread: Custom Control

  1. #1

    Thread Starter
    Addicted Member Hole-In-One's Avatar
    Join Date
    Mar 2003
    Location
    Minnesota
    Posts
    195

    Custom Control

    This may be a stupid question but I gotta ask.

    Here is the screen shot of the control I made. Well actually it isn't one control yet but several other controls put together. So my question is how do I make these controls into one, and wrap it up into a dll or ocx for reusablity in Visual Studio?
    Maybe an easy question, but it's something that I've just haven't done yet!

    Thanks for any help!
    Attached Images Attached Images  

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Looks pretty cool .Did you try making in a user control library which outputs a dll wrapping up all the controls in one control .

  3. #3
    Member
    Join Date
    May 2003
    Posts
    58
    You can create a 'class library' project then create a public 'component' or 'user control' that wraps all the 'private/public' individual components. Once you compile the project, a .dll file will be created as output. Then you can add whatever you have created into toolbox in form design from the .dll file.

  4. #4

    Thread Starter
    Addicted Member Hole-In-One's Avatar
    Join Date
    Mar 2003
    Location
    Minnesota
    Posts
    195
    Great I'll try both of those. It does't sound to tough, like I said I've never made a custom control before. At least now I have a direction to go.

    Thanks for the 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