|
-
September 20th, 1999, 06:25 AM
#1
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
-
September 20th, 1999, 09:13 AM
#2
Re: GroupBox Mouse Events, please help!
You could you the cursor position information to limit it to the group box.
-
September 20th, 1999, 10:08 AM
#3
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|