Click here to Skip to main content
15,879,535 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
In my project i need to show a path in textbox ?like below

in my company one product software is there.......... assume like visual studio ,when i install that application.
as usuall like visual studio it will store all projects in some location default in c:\users\hp\documents\visual studio 2010\Projects
are manually we gave in any other drive d:\Myprojects\projects

->coming to my project when ever i run my application in windows form in c#
->it will show a textbox, in that text box ,i need to display path which will store all projects of my application...as said above [d:\Myprojects\projects]

->please give me a full code how we can get visual studio path ,where my project will store ,that path should display in textbox.....it will help me lot please help me...................:(
Posted
Comments
nandakishoreroyal 19-Mar-14 7:03am    
Please refer the link

1 solution

Check "HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\VV.V" - DefaultNewProjectLocation
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900