When the user moves a dialog by Left Click on the caption and dragging the dialog, is there a standard way to determine when the user has finished moving the dialog?
My first thought is to get the Left Mouse Up event, however I don't know how to do that I checked the OnNcHitTest() but there appears to be no Left Button Up information available.
I'm using VC6.0 and MFC
Start Free Trial