Answer:
ShowWindow(hwnd, SW_HIDE); // to hide window
ShowWindow(hwnd, SW_SHOW); // to show window
ShowWindow(hwnd, SW_SHOW); // to show window
Previous Question | Next Question |
In Win32 application can we use CString datatype? | How to load Bitmap at Dialogbakground in an MFC application? |