Feb 4, 2003 #1 Berras Programmer Joined Feb 24, 2002 Messages 42 Location GB Is there any way to stop a program being minimized, what ever the user does? Thanks.
Feb 7, 2003 #2 Cagliostro Programmer Joined Sep 13, 2000 Messages 4,226 Location GB in WndProc handle the minimize message and do a return 0 instead of DefWindowProc Ion Filipski filipski@excite.com Upvote 0 Downvote
in WndProc handle the minimize message and do a return 0 instead of DefWindowProc Ion Filipski filipski@excite.com
Feb 7, 2003 Thread starter #3 Berras Programmer Joined Feb 24, 2002 Messages 42 Location GB Sorry, but that does not mean a thing to me. Upvote 0 Downvote