Results 1 to 5 of 5

Thread: visual basic 2008 unusable tools !!!

  1. #1

    Thread Starter
    Member
    Join Date
    Apr 2009
    Posts
    39

    visual basic 2008 unusable tools !!!

    I have just installed visual basic 2008 but there are alot of unusable tools such as shapes. they look faint and cannot be applied to the form !!!



    I am using windows 7 x64

  2. #2
    PowerPoster
    Join Date
    Apr 2007
    Location
    The Netherlands
    Posts
    5,070

    Re: visual basic 2008 unusable tools !!!

    Those controls are for WPF only, and you are using a windows forms project. If you want to use them, you'd need to create a new WPF project, but beware that it is quite different than windows forms.

    I think you can rightclick the toolbox and uncheck 'show all' or something, so that it only shows the tools you can actually currently use.

  3. #3

    Thread Starter
    Member
    Join Date
    Apr 2009
    Posts
    39

    Re: visual basic 2008 unusable tools !!!

    so i cant never use shapes on windows form projects !!!

  4. #4
    Frenzied Member
    Join Date
    Jun 2007
    Location
    India
    Posts
    1,158

    Re: visual basic 2008 unusable tools !!!

    To use shapes on windows forms you need to install the VB Power Pack which can be found Here. It contains all the shapes shown above

  5. #5
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: visual basic 2008 unusable tools !!!

    Quote Originally Posted by aashish_9601 View Post
    To use shapes on windows forms you need to install the VB Power Pack which can be found Here. It contains all the shapes shown above
    Or he can draw the shapes himself using GDI+ which is what I do.
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

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