Click to See Complete Forum and Search --> : Minimize itself


lamckh
August 27th, 1999, 02:49 AM
I have a dialog app. I want to create a button to minimize itself. What is the coding?

ChristianM
August 27th, 1999, 08:03 AM
try with :
ShowWindow(SW_MINIMIZE);