Popular Posts

Friday, February 11, 2011

C# VB.NET


To obtain the path of where the vb.net windows form is loaded:
            string path = System.Windows.Forms.Application.StartupPath;
            path = path.Replace(@"\bin\Debug", "");

No comments:

Post a Comment