i use
Code: Select all
EventCreate( { || LabelEventHandler( aLabel ) }, hWnd )
when got WM_LBUTTONDOWN i start "Action to move"
now i wait for WM_LBUTTONUP to set a "Flag" but it does not "arrive"

i need a "new" EventCreate() ... why

Moderator: Rathinagiri
Code: Select all
EventCreate( { || LabelEventHandler( aLabel ) }, hWnd )