CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2006
    Posts
    326

    Building a Custom Control

    First of all, open a new Project. Select the 'Windows Control Library' icon from the New Project.

    However I have not seen this icon at all.
    I am using Visual Basic 2008 Express Edition.

    Please see the attachment.

    Thanks for your help.
    Attached Files Attached Files

  2. #2
    Join Date
    Jun 2004
    Location
    Kashmir, India
    Posts
    6,808

    Re: Building a Custom Control

    I don't think you will be able to build a windows control library using the express editions. You will have to get a full Visual Studio 2008 to be able to do these kind of projects.

  3. #3
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: Building a Custom Control

    I don't really know much about VB 2008 ( yet ), but do you have a Project Template entitled Class Library ¿

    If so, you can perhaps use that as your project's template, then, in the Add New Item dialog box, you can select user Control.

    At least, that's how it works with VB 2005 Express.

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

Featured