Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Visual Studio 2005 only see VB 1

Status
Not open for further replies.

grnzbra

Programmer
Joined
Mar 12, 2002
Messages
1,273
Location
US
I just installed Visual Studio 2005 Professional. When it opens, for a fast quarter of a second, I can see a splash screen with a list of what seems like all the stuff that should be there. Then, before I can select any of them (I'm assuming this is where you select what you want to use) Visual Basic 2005 opens. I've looked around the menus and tool bars on the VB opening page, but don't see any way to switch to anything else. How do I do that?
 
Close all open projects.
File->
New Project->(you will get a popup)
Other Languages->(in the list on the left)
Visual C#->
Windows->
Windows Application.


Ta-Da...

If you do not want to use VB on a regular basis you should do a search for how to change your preferences.

-The answer to your problem may not be the answer to your question.
 
grnzbra,

To change your Visual Studio IDE settings, do the following:

[ol]
[li]Click themenu: Tools -> Import and Export Settings[/li]
[li]Choose Import selected environment settings option from the currently ope wizard window. Press Next button.[/li]
[li]Here you may choose to save or not to save your current settings. Choose either Yes or No. then press Next button.[/li]
[li]In this window, choose General Development Settings from Default Settings tree node. Procees to next screen.[/li]
[/ol]

You need to restart the IDE after finishing with wizard.

Hope it helps.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top