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
Archive: Start Menu plugin Question
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
Open the DLL in a resource editor and find out.
OH, well, hello ID's ;)
Thanks KichiK
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
StartMenu doesn't support SetBkColor yet. Put a feature request on SF.Taken from (your thread too...........):