how to obtain correct Application Path at compile time

  • Thread starter Thread starter astroboy
  • Start date Start date
A

astroboy

eg.
My App location at c:\ABC\Bin\Exe.exe at Design Time(Compile Time)
I want it to return c:\ABC\Bin\
instead of
C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE

Thank you
 
Hi ,
USe the following
Application.StartupPath().ToString()

Thanks

Anand Balasubramanian
Microsoft, Visual Basic .NET

This posting is provided "AS IS" with no warranties, and confers no rights.
Please reply to newsgroups only. Thanks
 
Back
Top