Atlanta Custom Software Development 

 
   Search        Code/Page
 

User Login
Email

Password

 

Forgot the Password?
Services
» Web Development
» Maintenance
» Data Integration/BI
» Information Management
Programming
  Database
Automation
OS/Networking
Graphics
Links
Tools
» Regular Expr Tester
» Free Tools

Adding external commands to VS.NET's Tools menu
[ All Languages » VB.net »  IDE]

Total Hit ( 2694)

Rate this article:     Poor     Excellent 

 Submit Your Question/Comment about this article

Rating


 


The VS.NET's Tools menu can be customized with your own commands, to launch external programs. For example, you may want to have a command that opens the current project's folder in a Windows Explorer window, to easily manage the project's files. To add such a new command, click Tools | External Tools… and a popup dialog will let you define the name of the new command and the executable program to run when the item is clicked. Call the command "Explore project's folder", and make it point to "explorer.exe". Finally type "$(ProjectDir)" in the Arguments textbox, and close the dialog by clicking OK.
The $(ProjectDir) is a special built-in variable that returns the project's folder path. Other commonly used VS.NET's variables are $(SolutionDir) for the solution's folder, and $(TargetDir) for the output folder, but there are many more.


Submitted By : Nayan Patel  (Member Since : 5/26/2004 12:23:06 PM)

Job Description : He is the moderator of this site and currently working as an independent consultant. He works with VB.net/ASP.net, SQL Server and other MS technologies. He is MCSD.net, MCDBA and MCSE. In his free time he likes to watch funny movies and doing oil painting.
View all (893) submissions by this author  (Birth Date : 7/14/1981 )


Home   |  Comment   |  Contact Us   |  Privacy Policy   |  Terms & Conditions   |  BlogsZappySys

© 2008 BinaryWorld LLC. All rights reserved.