Jump to content
Software FX Community

Notifying the parent of windows messages.


User (Legacy)

Recommended Posts

[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

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...