How?
Printable View
How?
Use the Appearance tab on the Display properties when R-Clicking on desktop.
This can be done programatically but will affect all other window applications at the same time!
For this reason it is not reccommended.
The API to use is
Code:Public Declare Function SetSysColors Lib "user32" (ByVal nChanges As Long, lpSysColor As Long, lpColorValues As Long) As Long
Public Const COLOR_MENU = 4
'=====CALL=====
' Change menu to green
SetSysColors 1, COLOR_MENU, 32768
I'm adding this post to include the text of a question which SysPlus mistakenly sent by way of a "Report this post to a moderator".
Quote:
to: Jerry Grant
what's mean: 32768