GroupBox Mouse Events, please help!
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
Re: GroupBox Mouse Events, please help!
You could you the cursor position information to limit it to the group box.
Re: GroupBox Mouse Events, please help!
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