1
Answer

Windows Mobile StartupPath

j_sen21

j_sen21

16y
8.5k
1

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)