G
Guest
After receiveing a WM_POWERBROADCAST message while resuming from hibernation,
I call methods to redraw some screen areas (my screen in this case is an NTSC
screen with a Titling board writing to it). However, none of the screen
updates will take place until I either move the mouse or press a key on the
keyboard. Our system will ship without a mouse, and it is not intuitive for
the operator to have to press a key to begin things. Is there a way to cause
a keypress/mouse move to be received by the 'system' I've already tried
SendMessage(), but that did not work.
I call methods to redraw some screen areas (my screen in this case is an NTSC
screen with a Titling board writing to it). However, none of the screen
updates will take place until I either move the mouse or press a key on the
keyboard. Our system will ship without a mouse, and it is not intuitive for
the operator to have to press a key to begin things. Is there a way to cause
a keypress/mouse move to be received by the 'system' I've already tried
SendMessage(), but that did not work.