Re: PushButtons
- Posted by Derek Parnell <ddparnell at bigpond.com> Feb 03, 2003
- 397 views
On Mon, 03 Feb 2003 00:45:19 -0500, Greg Haberek <g.haberek at comcast.net> wrote: > > Hi All, > Do PushButtons respond to Mouse events? I need to know when a PushButton > is depressed and > when it is released. I want to be able to move it around the window, and > I know I can do this > with a child window. I'd rather not have to create custom buttons if I > can avoid it. Yes they do. One gotcha though is that Left Button Up seems to be triggered only if the pointer is moved off the button. -- cheers, Derek Parnell