j_sen21

j_sen21

  • NA
  • 58
  • 0

Windows Mobile StartupPath

Mar 28 2008 2:29 PM

I tried all below with no avail. The Application.Startup path works fine in windows forms.

//string path = System.Reflection.GetCallingAssembly().Location;

//string path1 = System.Windows.Forms.Application.StartupPath;

//string path1 = Directory.GetCurrentDirectory();

 

Help...


Answers (1)