refresh window / check or uncheck
hi there,
within a function i change "ListItems" form a Listbox. How could i refresh this listbox?
How can i change if a option is check or not using a function?
Thanks and cheers
Gabriel
Archive: refresh window / check or uncheck
refresh window / check or uncheck
hi there,
within a function i change "ListItems" form a Listbox. How could i refresh this listbox?
How can i change if a option is check or not using a function?
Thanks and cheers
Gabriel
I found a way.... ...but maybe there is a better solution
...
GetDlgItem $r8 $hwnd 1202 ; ListItems control (1200 + field 2 - 1 )
...
SendMessage $r8 "0x00F1" "0" "" # uncheck
SendMessage $r8 "0x00F1" "1" "" # check
and
SendMessage $HWNDPARENT "0x408" "0" "" # to refresh this window