Click here to Skip to main content
15,900,461 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: what programing language Pin
ghle20-Aug-07 4:58
ghle20-Aug-07 4:58 
GeneralRe: what programing language Pin
CPallini16-Jul-07 5:29
mveCPallini16-Jul-07 5:29 
AnswerRe: what programing language Pin
Mike Dimmick16-Jul-07 3:13
Mike Dimmick16-Jul-07 3:13 
Questionprint out Pin
SVb.net15-Jul-07 12:09
SVb.net15-Jul-07 12:09 
QuestionPocket pc 2003 start up screen Pin
zafax_15-Jul-07 7:48
zafax_15-Jul-07 7:48 
Questionhourglass cursor Pin
Pamela198415-Jul-07 2:56
Pamela198415-Jul-07 2:56 
AnswerRe: hourglass cursor Pin
Paul Conrad15-Jul-07 8:28
professionalPaul Conrad15-Jul-07 8:28 
AnswerRe: hourglass cursor Pin
Mike Dimmick15-Jul-07 8:34
Mike Dimmick15-Jul-07 8:34 
Depends on the language you're using. In the .NET Compact Framework, set Cursor.Current to Cursors.WaitCursor. When done, set it to Cursors.Default.

In C++, call SetCursor. The only supported cursor is the wait cursor loaded by LoadCursor(NULL, IDC_WAIT), for devices that do not support mouse cursors (basically devices which do not support mice). Store the return value of SetCursor and use that value with SetCursor again to remove the hourglass/restore the default cursor.

On custom Windows CE platforms which do not support mice, the hourglass is actually an animated hourglass, in a small grey box in the centre of the screen. On Windows Mobile devices, it is a spinning ball/radar-type icon (some of my colleagues call it 'the washing machine'!)

Stability. What an interesting concept. -- Chris Maunder

GeneralRe: hourglass cursor Pin
Pamela198415-Jul-07 20:19
Pamela198415-Jul-07 20:19 
AnswerRe: hourglass cursor Pin
ghle20-Aug-07 5:07
ghle20-Aug-07 5:07 
QuestionNeed to control backlight and suspend in windows mobile 5 Pin
rstevens@bsxchange.com14-Jul-07 14:29
rstevens@bsxchange.com14-Jul-07 14:29 
Generalsymbian s60 Pin
ali_reza_zareian13-Jul-07 18:11
ali_reza_zareian13-Jul-07 18:11 
GeneralRe: symbian s60 Pin
Sathesh Sakthivel13-Jul-07 18:27
Sathesh Sakthivel13-Jul-07 18:27 
GeneralRe: symbian s60 Pin
ali_reza_zareian13-Jul-07 23:52
ali_reza_zareian13-Jul-07 23:52 
GeneralRe: symbian s60 Pin
Chandrasekharan P18-Jul-07 0:45
Chandrasekharan P18-Jul-07 0:45 
QuestionHow to move a non-caption window under WinCE ? Pin
shuaicarr13-Jul-07 17:00
shuaicarr13-Jul-07 17:00 
AnswerRe: How to move a non-caption window under WinCE ? Pin
Alain Rist13-Jul-07 20:36
Alain Rist13-Jul-07 20:36 
QuestionHow to hide a modal dialog application window on startup on WinCE? Pin
FipS!13-Jul-07 1:14
FipS!13-Jul-07 1:14 
AnswerRe: How to hide a modal dialog application window on startup on WinCE? Pin
Alain Rist13-Jul-07 20:23
Alain Rist13-Jul-07 20:23 
GeneralRe: How to hide a modal dialog application window on startup on WinCE? Pin
FipS!16-Jul-07 0:08
FipS!16-Jul-07 0:08 
GeneralRe: How to hide a modal dialog application window on startup on WinCE? Pin
Alain Rist16-Jul-07 1:04
Alain Rist16-Jul-07 1:04 
GeneralRe: How to hide a modal dialog application window on startup on WinCE? Pin
FipS!16-Jul-07 1:38
FipS!16-Jul-07 1:38 
AnswerRe: How to hide a modal dialog application window on startup on WinCE? Pin
Alain Rist16-Jul-07 2:04
Alain Rist16-Jul-07 2:04 
GeneralRe: How to hide a modal dialog application window on startup on WinCE? Pin
ghle20-Aug-07 5:18
ghle20-Aug-07 5:18 
Questionprint Pin
SVb.net12-Jul-07 12:18
SVb.net12-Jul-07 12:18 

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.