I want to remove or hide some components from my window (button, combobox, etc). How can I do that?
So, I've found answer on pelles-c forum: http://forum.pellesc.de/index.php?topic=6382.0
ShowWindow(hWnd, SW_HIDE);
// where hWnd - is some component