Re: Unable to unset WS_VISIBLE flag for some win32lib controls
- Posted by AlanOxley Jun 05, 2009
- 1016 views
OK thanks Larry, I will try setting up a modified defaults flag as a constant, and use that wherever I have a control that should be not visible initially. I know is not as easy to code as simply using setVisible(control,0) but I feel its a bit lame to define something only to immediately change it again before you have even used it.
Cheers, Alan