Toolbox controls not active in VS2008

828 views Asked by At

i install Visual studio 2008 and install windows mobile 5.0 pocket pc SDK to create my own app and deploy it but when i create new project the toolbox controls are not active i don't what is the problem can any one help me???

1

There are 1 answers

1
Dirk Strauss On

Do the following:

Step 1: Right click on the toolbox Step 2: Click on "Choose Items" from the context menu Step 3: From the 'Choose Toolbox Items" select the controls you want.

The controls will then be added to your toolbox.

EDIT: You can also change your Target Platform. Check that yours is Windows Mobile 5.0 Pocket PC SDK. If not, right click on your Project Name (not the solution) and from the context menu, select the "Change Target Platform" menu item. Change your target platform from that screen that pops up.

I hope this helps.