|
-
Jun 6th, 2010, 07:49 AM
#1
Thread Starter
Member
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
-
Jun 6th, 2010, 07:59 AM
#2
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.
-
Jun 6th, 2010, 09:01 AM
#3
Thread Starter
Member
Re: visual basic 2008 unusable tools !!!
so i cant never use shapes on windows form projects !!!
-
Jun 6th, 2010, 09:20 AM
#4
Frenzied Member
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
-
Jun 6th, 2010, 09:34 AM
#5
Re: visual basic 2008 unusable tools !!!
 Originally Posted by aashish_9601
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|