|
|
|
|
Group: Forum Members
Last Login: Wednesday, January 09, 2008
Posts: 4,
Visits: 7
|
Hi, I have a simple question... when the ViewOnly flag is set to FALSE every key I press is sent directly to the ServerX. Is there a way of detecting what I'm pressing before the key gets sent?What I'm trying to do is the following: allow the user to go to Fullscreen mode than ask him to press, for example, CTRL-ALT-F5 to go back to normal mode... I've tryied using the PreTranslateMessage of my CDialog form but it works only if the ViewOnly flag is set to FALSE... Thanks, Luca Baldini
|
|
|
|
|
Group: Administrators
Last Login: 11 minutes ago
Posts: 1,625,
Visits: 3,045
|
May be you should try to use keyboard hooks instead of PreTranslateMessage? Using keyboards hooks you shoulbe able to capture all the keypresses.
 We are looking for investors and business partners. Please contact us for more details
Kindest Regards, SmartCode Solutions Support
|