show/hide this revision's text 2 Replaced "alive" tag with "C++" tag.
show/hide this revision's text 1

keep a formless application from closing for a keyboard hook

Hello, I am working on a c++ win32 program that involves a keyboard hook. The application is a win32 project with no user interface whatsoever. I need to keep the application from closing without using causing the hook to not work or use up a bunch of system resources. I used to use a message box but I need the application to be completely invisible.

Any help would be appreciated!

If you have any questions just ask.