it will ask path while before installing where to save that path......
here we need textbox in windows forms and you need to dispalay that default path in text box
if i run ur application in my pc
if i have same software in my pc.....it should automaticaly show default path in text box
Pls help me guys
Posted Mar 18, 2014, 3:39 AM
Use below code to get default path of your application is resides.
Directory.GetCurrentDirectory(), you will get this class using System.IO namespace
if it helps you please mark as answer.