Win32lib again, onMouse over a list-control ?
- Posted by Gwena=?ISO-8859-1?Q?=EBl?= Joret <mb11363 at CHELLO.BE> Nov 26, 2000
- 399 views
Is there a way to simulate this with win32lib ? : constant List1=create( List, ... procedure onMouseList1(integer event, integer x, integer y, integer shift ) if event=LeftDoubleClick then ... elsif event=RightUp then ... end if end procedure onMouse[List1] = routine_id("onMouseList1") because the onMouse[] event don't seem to work with a list-control. Gwen