Click here to Skip to main content
16,011,358 members
Home / Discussions / Mobile
   

Mobile

 
GeneralGood for PocketAccess Users !!! Pin
AKSIVAKUMAR23-Jun-03 22:24
AKSIVAKUMAR23-Jun-03 22:24 
GeneralGood GridControl for PocketAccess !!! Pin
AKSIVAKUMAR23-Jun-03 22:22
AKSIVAKUMAR23-Jun-03 22:22 
Generalassociate icon w/program app Pin
shirleyLo23-Jun-03 3:16
shirleyLo23-Jun-03 3:16 
GeneralRe: associate icon w/program app Pin
Anonymous3-Jul-03 15:10
Anonymous3-Jul-03 15:10 
Questionhow to detect windows shortcut key in the keyboard on H/PC .....!!!! Pin
AKSIVAKUMAR22-Jun-03 22:55
AKSIVAKUMAR22-Jun-03 22:55 
GeneralDesktoptoDevice Api Pin
Anthony988722-Jun-03 9:49
Anthony988722-Jun-03 9:49 
GeneralAoto Suspend Pin
VS____20-Jun-03 12:06
VS____20-Jun-03 12:06 
GeneralRe: Aoto Suspend Pin
Jonas Larsson22-Jun-03 20:24
Jonas Larsson22-Jun-03 20:24 
Hi,

You can use either

::keybd_event(VK_F24, 0, KEYEVENTF_KEYUP | KEYEVENTF_SILENT, 0)
or
SystemIdleTimerReset()
or both.

I'd suggest that you use them with a timer, or if that's not possible, sprinkled here and there in your 'loading process'.

I normally use those in combination with GetSystemPowerStatusEx so I can allow the device to suspend if it's running low on power. I've noticed that my users dont like it when their PDA's hard reset due to no power Poke tongue | ;-P

Jonas

“Our solar system is Jupiter and a bunch of junk” - Charley Lineweaver 2002
GeneralProblem disabling submenu item (Repost for Co-worker ) Pin
#realJSOP20-Jun-03 1:14
professional#realJSOP20-Jun-03 1:14 
GeneralRe: Problem disabling submenu item (Repost for Co-worker ) Pin
João Paulo Figueira20-Jun-03 7:16
professionalJoão Paulo Figueira20-Jun-03 7:16 
GeneralRe: Problem disabling submenu item (Repost for Co-worker ) Pin
#realJSOP20-Jun-03 7:22
professional#realJSOP20-Jun-03 7:22 
GeneralRe: Problem disabling submenu item (Repost for Co-worker ) Pin
Travis10112-Aug-03 11:36
Travis10112-Aug-03 11:36 
GeneralShutting an App Down *Completely* Pin
#realJSOP20-Jun-03 0:32
professional#realJSOP20-Jun-03 0:32 
GeneralRe: Shutting an App Down *Completely* Pin
Mariz20-Jun-03 3:17
Mariz20-Jun-03 3:17 
GeneralRe: Shutting an App Down *Completely* Pin
#realJSOP20-Jun-03 5:07
professional#realJSOP20-Jun-03 5:07 
GeneralRe: Shutting an App Down *Completely* Pin
Atlantys24-Jun-03 5:27
Atlantys24-Jun-03 5:27 
GeneralRe: Shutting an App Down *Completely* Pin
#realJSOP25-Jun-03 0:01
professional#realJSOP25-Jun-03 0:01 
GeneralRe: Shutting an App Down *Completely* Pin
Atlantys25-Jun-03 7:23
Atlantys25-Jun-03 7:23 
GeneralRe: Shutting an App Down *Completely* Pin
#realJSOP26-Jun-03 1:20
professional#realJSOP26-Jun-03 1:20 
GeneralRe: Shutting an App Down *Completely* Pin
João Paulo Figueira19-Aug-03 1:05
professionalJoão Paulo Figueira19-Aug-03 1:05 
QuestionHow to acessing keyboard inputs in non-MFC applications for H/PC 2.11 Pin
AKSIVAKUMAR19-Jun-03 19:25
AKSIVAKUMAR19-Jun-03 19:25 
GeneralCPropertySheet stuff Pin
#realJSOP19-Jun-03 8:56
professional#realJSOP19-Jun-03 8:56 
GeneralRe: CPropertySheet stuff Pin
João Paulo Figueira19-Jun-03 9:31
professionalJoão Paulo Figueira19-Jun-03 9:31 
GeneralRe: CPropertySheet stuff Pin
#realJSOP19-Jun-03 9:53
professional#realJSOP19-Jun-03 9:53 
GeneralRe: CPropertySheet stuff Pin
João Paulo Figueira19-Jun-03 22:31
professionalJoão Paulo Figueira19-Jun-03 22:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.