Win32API Question:

What API used to hide window?

Tweet Share WhatsApp

Answer:

ShowWindow(hwnd, SW_HIDE); // to hide window
ShowWindow(hwnd, SW_SHOW); // to show window

Download Win32API PDF Read All 20 Win32API Questions
Previous QuestionNext Question
In Win32 application can we use CString datatype?How to load Bitmap at Dialogbakground in an MFC application?