Results for "Author: adam orenstein"
Exit Windows (ExitWIndowsEx)
This is a small program I made basically because I was bored. It will teach you how to use ExitWindowsEx and create your own Brush from a bitmap to use it as the background for a window (I threw in a window with a picture on it for no reason). I did not work with the MFC on this at all. I used completely CreateWindow and all that. Anyway check it out and let me know what you think. =)
Disable Ctrl Alt Del
This is a very simple function i made to allow you to disable and re-enable Ctrl-Alt-Del. It's short code but works perfectly. =)