who can tell me the codes for the keys Ctrl + Alt + Del and wat variable do i have to use to store the data when the keys are pressed
Printable View
who can tell me the codes for the keys Ctrl + Alt + Del and wat variable do i have to use to store the data when the keys are pressed
I doubt you could handle it in your app.
Have a look at http://en.wikipedia.org/wiki/Control-Alt-Delete particularly the section Windows NT (and later versions)
In apps you can done it. For more infromation you must visit the cplusplus.com . I hope you find your answer.
I don't think you can use that. I'm fairly certain you can't override windows functionality. That brings up the activity monitor. I'm sure you can't override Alt + F4 either. What you can do is listen for the WM_CLOSE event, which if your program gets shut down by the activity monitor, should be thrown.
i think he meant... key ID.. does anyone know the ID for the keys..?