Showing and Hiding Controls

Date: 6 April 1997
Author: Christopher Kohlhoff

To show a control use

control->Show(SW_SHOW);

and to hide a control use

control->Show(SW_HIDE);