Jan 20, 2003 #1 K kante Newcomer Joined Jan 16, 2003 Messages 13 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
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
Jan 20, 2003 #2 D DejaVu Newcomer Joined Jan 20, 2003 Messages 8 Location Hamburg Dim strPath As String = Application.StartupPath()
Jan 20, 2003 #3 R Robby Ultimate Contributor Joined Nov 17, 2002 Messages 3,460 Location Montreal, Ca. As DejaVu mentioned Application.StartupPath, it will point to the "...\Bin\" directory.