Community

Locate the executable path using VB.NET

(Irina Medvinskaya) It is often useful to be able to determine the path where the current executable resides. A simple way to do this using Visual Basic .NET is to read the value of the StartUpPath property of the Application class. This can also be achieved by determining the current working path o

Read More - Register for Free Membership