>>
|
No. 399
It is possible to create a giant window the size of the desktop with the title bar sheared off using the Win32 API. However, disabling the ALT-ENTER, CTRL-ESC etc. hotkeys would require you to intercept the keyboard messages, which is not that easy.
Also, OP, what programming language are going to attempt this with? C++, C# or something else?
|