compact-framework2.0 Questions
3
Solved
How do I get the current directory from which my EXE is running? I have tried the following two codes but they don't work.
Path.GetDirectoryName(Assembly.GetExecutingAssembly().GetName().CodeBase)...
Knitted asked 13/12, 2012 at 6:36
1
Solved
I'm using C# with Compact Framework 2, SP2.
The device's OS was set up to start up with my application, let's call the application "Loader.exe."
Loader is simply this: a single, plain form that s...
Tanganyika asked 3/10, 2012 at 15:39
3
Below is a class having the method 'SomeMethod' that illustrates my problem.
class SomeClass
{
AutoResetEvent theEvent = new AutoResetEvent(false);
// more member declarations
public void Some...
Harlen asked 9/5, 2011 at 16:56
1
© 2022 - 2024 — McMap. All rights reserved.