Printable View
I have a dialog app. I want to create a button to minimize itself. What is the coding?
try with : ShowWindow(SW_MINIMIZE);