May 14, 2004 #1 computerwhiz Programmer Joined May 1, 2002 Messages 28 Location US how do I remove or disable the maximize button in the system title bar.
May 14, 2004 #2 Cagliostro Programmer Joined Sep 13, 2000 Messages 4,226 Location GB try with SetWindowLong with parameter GWL_STYLE. Try with different styles, to see what is the right combination to disable that buttons. Ion Filipski Upvote 0 Downvote
try with SetWindowLong with parameter GWL_STYLE. Try with different styles, to see what is the right combination to disable that buttons. Ion Filipski