Win32API Question:

Download Job Interview Questions and Answers PDF

What API used to hide window?

Win32API Interview Question
Win32API Interview Question

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?