setCheck( ) into a System Menu?
- Posted by Antonio Alessi <a.admin at myway.it> Aug 27, 2004
- 433 views
Hi, All! I could append some items to the system menu of a window, after the "Minimize", "Maximize", "X Close",
SysMenu = GetSystemMenu( getHandle( newWin), 0) AppendMenu( SysMenu, {MF_SEPARATOR,0, ""}) AppendMenu( SysMenu, {MF_STRING, onTop, "Something to Do"}) .. ..
They work, but I am not able to setCheck( ) one of these items (or set symbols to their side, as are visible for the existing items). The commands that are valid for the normal and popup menu don't work here. Somebody knows how to? Antonio Alessi