Answers

Question and Answer:

  Home  Win32API

⟩ What API used to hide window?

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

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

 169 views

More Questions for you: