Jan 20, 2003 #1 K kante Member Joined Jan 16, 2003 Messages 13 in VB6 i used App.Path to retrieve my application path. in VB.net "App" doesnt exist anymore... Can u help me? thank you
in VB6 i used App.Path to retrieve my application path. in VB.net "App" doesnt exist anymore... Can u help me? thank you
Jan 20, 2003 #2 D DejaVu Member Joined Jan 20, 2003 Messages 8 Location Hamburg Dim strPath As String = Application.StartupPath()
Jan 20, 2003 #3 Robby Moderator Joined Nov 17, 2002 Messages 3,461 Location Montreal, Ca. User Rank *Expert* As DejaVu mentioned Application.StartupPath, it will point to the "...\Bin\" directory.