README.md

December 5, 2022 ยท View on GitHub

App.Path in Visual Basic.Net ---------->ONE LINE OF CODE

Description

This is ONE LINE OF CODE replacement for the VB 6.0 App.Path.You don't need now the App.Name , because these gives you tje full path + the exe name. Just see this simple line of code...

More Info

Submitted On
ByIvan Zlatev
LevelBeginner
User Rating4.0 (32 globes from 8 users)
CompatibilityVB.NET
CategoryControls/ Forms/ Dialogs/ Menus
World.Net (C#, VB.net)
Archive File

Source Code

System.Reflection.Assembly.GetExecutingAssembly.Location