Win32API Question:
Download Job Interview Questions and Answers PDF
What API used to hide window?
Answer:
ShowWindow(hwnd, SW_HIDE); // to hide window
ShowWindow(hwnd, SW_SHOW); // to show window
ShowWindow(hwnd, SW_SHOW); // to show window
Download Win32API Interview Questions And Answers
PDF
Previous Question | Next Question |
In Win32 application can we use CString datatype? | How to load Bitmap at Dialogbakground in an MFC application? |