Mega Code Archive

 
Categories / VB.Net Tutorial / Development
 

Application ExecutablePath, Application StartupPath)

Imports System.Windows.Forms Public Class Tester     Public Shared Sub Main              Console.WriteLine(Application.ExecutablePath)         Console.WriteLine(Application.StartupPath)     End Sub End Class C:\Java_Dev\WEB\dev\VB\main.exe C:\Java_Dev\WEB\dev\VB