systemmenu Questions

1

I have a monitoring tool where some, but not all, users want it to be displayed always on top. I would like to add this option to the system menu in the upper-left corner. How would I do that?
Lissalissak asked 2/8, 2010 at 22:57

5

Solved

I want to add the age old About menu item to my application. I want to add it to the 'system menu' of the application (the one which pops up when we click the application icon in the top-left corne...
Endocarp asked 6/1, 2011 at 14:27

2

Solved

In Microsoft Windows, this works: mnu := GetSystemMenu(h, false); EnableMenuItem(mnu, SC_CLOSE, MF_BYCOMMAND or MF_GRAYED); But this does not work: mnu := GetSystemMenu(h, false); EnableMen...
Adenaadenauer asked 8/4, 2010 at 18:15

1

Solved

I have a borderless window and created the chrome but I need to disable the 'Alt+Space' shortcut. Any thoughts?
Frown asked 16/2, 2010 at 22:54
1

© 2022 - 2024 — McMap. All rights reserved.