Event handling...
EasyVENT is a small source-code utility (coded in Purebasic) allowing the programmer to easily attach event-handlers to any window/control for a whole host of Window's events.
This is a very powerful and versatile utility bringing a Visual Basic type of approach to event handling.
Currently supported events (in no particular order!) :
- #OnButtonClick
- #OnChange
- #OnClose
- #OnCollapseExpandSelection
- #OnContextmenuPopup
- #OnCursorEnter
- #OnCursorExit
- #OnDblClick
- #OnDragDrop
- #OnDragItemStart
- #OnDropItem
- #OnEditTreeLabels
- #OnErase
- #OnGotFocus
- #OnItemCheckboxChanging
- #OnItemSelected
- #OnItemSelecting
- #OnKeyDown
- #OnKeyPress
- #OnKeyUp
- #OnLinkClick
- #OnLostFocus
- #OnMaximize
- #OnMenuItemSelect
- #OnMinimize
- #OnMouseDown
- #OnMouseOver
- #OnMouseUp
- #OnMove
- #OnPaint
- #OnResize
- #OnScroll
- #OnSetCursor
- #OnSizingWindow
- #OnANYEvent
- #OnUnhandledWinMessage
The download includes all of the EasyVENT
source-code, a fully detailed .pdf user manual and a whole bunch of
demo programs.
Enjoy!