Which of the following API is used to hide a windowa) ShowWindowb) EnableWindowc) MoveWindowd) SetWindowPlacemente)None of the above
a
Which of the following function is used to repaint a window immediatelya) Sendmessage(hWnd,WM_PAINt,......)b) InvalidateRect(.......)c) MoveWindowd) WM_COPYe) None
Latest Answer : The UpdateWindow() method is used to repaint window immediatly.Thank You.Sandeep Kutwal. ...
Latest Answer : handle the WM_SIZING in wndProc ...
Latest Answer : ShowWindow(hWnd,SW_HIDE); ...