|
Borland C ++ Builder FAQ
|
||
| The content | The last update: 12/12/2008 | |
|
How to show/hide button "Start-up"? The author: KAV ShowWindow (FindWindowEx (FindWindow ("Shell_TrayWnd", NULL), HWND (0), "Button", NULL), SW_HIDE);
SW_SHOW, Accordingly, to show. |