Coder's Guild Mailing List

Start Button

Posted by bbs on 1999-07-05

>I know that Start Button can be close using 
>PostMessage(hStartButton,WM_CLOSE,0,0)
>the question is How to Show it again ?

Try WM_SHOW or WM_RESTORE. If this does not work use ShowWindow with
SW_HIDE and SW_SHOW instead. (Sorry no time to test it, but good luck!)