RE: [Win32Lib] Click on Label
- Posted by "Derek Parnell" <ddparnell at bigpond.com> Feb 05, 2004
- 482 views
> -----Original Message----- > From: C. K. Lester [mailto:euphoric at cklester.com] > Subject: Re: [Win32Lib] Click on Label > > > > CoJaBo wrote: > > >Is this what you mean: > >SS_NOTIFY will enable events > > > > > Hey, thanks CojaBo! That will probably be easier than > managing a child > window... right? :) > >From your earlier request, I thought that you had found out about the SS_NOTIFY flag but still wanted something else. That's why I gave you the child window example. But if you only need a label to respond to a click anywhere in it, then SS_NOTIFY is the better method. -- Derek