Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a dialog that is derived off of CAdUiDialog so I can have the resizing options. Works great, except that with some controls I need to end the dialog with a different code than IDOK. I do this by calling EndDialog(12) with the code that I want to end with. The problem is that when I end the dialog like this, it does not save the sizing and positioning for the dialog, that appears to only be done in the OnOK call. I cannot find a function to call to force a save of the size and positioning. Is there a way to do this?
Solved! Go to Solution.