Is it possible to cancel events in WinBinder?
I.e. I want to prohibit some characters in a EditBox (textbox) I listen on the WBC_KEYDOWN-Event for my control.
In other languages I'd return false or set the character-code (here in $lparam2) to null - but there seems to be no function/construct to do this in WinBinder.