Development VB.Net Tutorial

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