hi,
when create a CLASS from TControl() i want to add a "right-click Menu"
i do found
but nothing for Right Button of Mouse :(
---
do i have to add
and build own Method or does Fivewin have a other Way :?:
when create a CLASS from TControl() i want to add a "right-click Menu"
i do found
METHOD LButtonDown()
METHOD LButtonUp()---
do i have to add
METHOD HandleEvent()
...
CASE nMsg == WM_RBUTTONDOWN
CASE nMsg == WM_RBUTTONUPgreeting,
Jimmy
Jimmy