What is the best way to save and restore the dialog dimensions of the "replace text" dialog in SyntaxEdit? If the user widens the dialog, I want it to remember the dialog width the next time it opens.
I'm referring to the dialog that opens when calling this:
TLMDEditSearchResult result(LMDEditExecReplaceDialog(L"Replace Text",Edit,LMDSearchDlgOptions));
Thanks!
Comments