Skip to content
⌘ NSIS Forum Archive

Start Menu plugin Question

5 posts

Joel#

Start Menu plugin Question

Does anyone know the ID numbers for both
text box (Where appears the name of the start menu folder) and
the list box (where appear the list of the folders in Start menu)?

Thanks
Joel#
This plugin can't recive messages or I'm to tired.

!define LVM_SETTEXTBKCOLOR 0x1026

!define MUI_CUSTOMFUNCTION_STARTMENU_PRE "SMColor"

Function "SMColor"
FindWindow $0 "#32770" "" $HWNDPARENT
GetDlgItem $0 $0 1004
SendMessage $0 ${LVM_SETTEXTBKCOLOR} 0 ${CmpBC}
FunctionEnd
Or maybe add the custom function "MUI_CUSTOMFUNCTION_STARTMENU_SHOW"
kichik#
StartMenu doesn't support SetBkColor yet. Put a feature request on SF.
Taken from (your thread too...........):
Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.