Win32API Question:
Download Questions PDF

What API used to hide window?

Answer:

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

Download Win32API Interview Questions And Answers PDF

Previous QuestionNext Question
In Win32 application can we use CString datatype?How to load Bitmap at Dialogbakground in an MFC application?