Click to See Complete Forum and Search --> : GroupBox Mouse Events, please help!
Douglas
September 20th, 1999, 06:25 AM
I'm working on a user-created view, where the user can enter layoutmode to create, resize and delete different controls in the view(delphi like). I need a OnLeftMouseButton event on a GroupBox. Currently I'm catching the event in the view, but this is not good enought.
/John D Collins
Paul Dodd
September 20th, 1999, 09:13 AM
You could you the cursor position information to limit it to the group box.
Douglas
September 20th, 1999, 10:08 AM
This is what I do now in my CUserView, but I want the functionallity to be in my CUserGroupBox....I was wondering if I could use a subclass, but I'm not sure how to do that.
Thank's for the post, Paul.
/John Douglas Collins
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.