User (Legacy) Posted March 24, 2000 Report Share Posted March 24, 2000 [All of below is using the DLL in VC++] It seems to me (and please correct me if I'm wrong on this) that the default behavior for the graphing window created with CreateWnd() is that it will NOT notify the parent of mouse events. I want the parent window to handle the double-click event but can't figure out how. I'm using createwnd as WS_CHILD (and even tried !WS_EX_NOPARENTNOTIFY) but to no avail. Is there any way to get the parent window notified of the double click event? Thanks, Andrew Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.