Opennetcf WinAPI question

  • Thread starter Thread starter Brian
  • Start date Start date
B

Brian

Hey everyone;

I posted about this problem earlier, but it's still a bit of mystery.

I'm calling the RunAppAtTime method from the OpenNetCF.WinAPI lib... The app
does run, but the screen never turns on. I've read of some problems with
the Ipaq 2210/2215 (my test PPC) with powering on properly in such a
situation, however, some older non .NET apps run fine with the
CeRunAppAtTime command (turning the screen on, that is). I'm trying to
figure out how to work around this... has anyone experienced anything
similar to this?

Thanks,
Brian
 
I'm posting what I've found to either hope someone else has found other
pieces or if this may help someone else:

I believe this power on problem is a WM2003 or .NET issue. If I have
CeRunAppAtTIme run a non-.NET application (such as a basic form, or any
other basic app, it runs fine, turns on the screen, etc. However, as soon
as I have this command execute a .NET exe, the screen will never turn on.

Ideas?
Brian
 
Back
Top