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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

file associations with visual studio

Status
Not open for further replies.

zanza

Programmer
Feb 18, 2002
89
US
how do you associate .c .h etc files to visual studio? i know how to have windows do it, but when i installed vs it didnt associate them. žÅNžÅ
 
Hi,
Assuming it associated with NOTEPAD or WORDPAD or something open a folder ( any folder ) and click on

View -> folder options

Then click on

file types

Then scroll down to

C source files
C header files
C++ source files

and delete them.

Then the next time you click on one of them it will prompt you for what you want to open it with

Make sure the

Alway use this box

is checked.

select msdev.exe

and if it isn't in the list BROWSE to it.


 
thanks, but that is what i already knew :)
i was wondering if visual studio itself could associate the files through a menu option or something. žÅNžÅ
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top