kante Posted January 20, 2003 Posted January 20, 2003 in VB6 i used App.Path to retrieve my application path. in VB.net "App" doesn't exist anymore... Can u help me? thank you Quote
DejaVu Posted January 20, 2003 Posted January 20, 2003 Dim strPath As String = Application.StartupPath() Quote
Moderators Robby Posted January 20, 2003 Moderators Posted January 20, 2003 As DejaVu mentioned Application.StartupPath, it will point to the "...\Bin\" directory. Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.