How to hide or remove component from window?

Started by FruitDealer, August 28, 2014, 06:36:15 AM

Previous topic - Next topic

FruitDealer

How I can remove or hide some components from window (buttons, combobox etc)?

TimoVJL

If you mean at runtime ShowWindow(hWnd, SW_HIDE);
May the source be with you

FruitDealer

TimoVJL, thanks! That's what I need. But how can I show hidden component again?

TimoVJL

May the source be with you