Page 1 of 1

Event Handler

Posted: Sun Dec 06, 2020 10:40 pm
by AUGE_OHR
hi,

i use

Code: Select all

   EventCreate( { || LabelEventHandler( aLabel ) }, hWnd )
so i can get Windows Message

when got WM_LBUTTONDOWN i start "Action to move"
now i wait for WM_LBUTTONUP to set a "Flag" but it does not "arrive" :o

i need a "new" EventCreate() ... why :idea:
LBDD.ZIP
(3.2 KiB) Downloaded 127 times
p.s. EventCreate() is disable in Demo Code PROCEDURE MoveAround() so you must enable to see that it work