Joe Fox
unread,Feb 26, 2012, 8:57:16 AM2/26/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I've overriden 'OnKillFocus' in a bunch of controls, editboxes etc, so
that I can get data as soon as possible after the user has entered it.
However this isn't called when the dialog is closed.
I've tried overriding 'OnDestroy' and then using GetFocus, but this
doesn't seem to work; when I call GetDlgItemCtrl on the resultant CWnd
it always comes up '1'.
Any ideas?