Re: Does Win32Lib/IDE
- Posted by Derek Parnell <dparnell at BIGPOND.NET.AU> Jan 16, 2001
- 444 views
Hi ck, > ...have an onDoubleClick event? > yes, sort of. You need to handle the onMouse event and then examine the parameters. procedure mousing(atom iMsg, atom mx, atom my, atom mshift) if iMsg = WM_LBUTTONDBLCLK then -- Left Double-click elsif iMsg = WM_RBUTTONDBLCLK then -- Right Double-click end if end procedure onMouse[theControl] = routine_id("mousing") ------ Derek Parnell Melbourne, Australia (Vote [1] The Cheshire Cat for Internet Mascot)