View Single Post
  #4 (permalink)  
Old 08-28-2007, 12:19 AM
S.Vinothkumar S.Vinothkumar is offline
D-Web Genius
 
Join Date: May 2007
Posts: 1,061
S.Vinothkumar is on a distinguished road
Wink Re: Visual Studio Tips & Tricks

Hi Friends,

Here is some project shortcut keys ....

CTRL + SHIFT + B - Build.BuildSolution

Builds the solution.

CTRL + F7 - Build.Compile

Creates an object file containing machine code, linker directives, sections, external references, and function/data names for the selected file.

SHIFT + ALT + A - File.AddExistingItem

Displays the Add Existing Item dialog box, which allows you to add an existing file to the current project.

CTRL + SHIFT + A - File.AddNewItem

Displays the Add New Item dialog box, which allows you to add a new file to the current project.
__________________
S.VinothkumaR
Behind me is infinite power,
Before me is Endless Possibility,
Around me is Boundless Opportunity,
Why should I fear!
Reply With Quote