TOpenDialog
has an option ofEnableSizing
which allows the user to modify the dialog size of an open dialog. This sizing data seems to be stored for the application. If the program is started again the dialog is opened with the same size.
My question is, where this data is stored. I wonder if there exists an easy way to reset this data. I found no information regarding this in the documentation for ofEnableSizing
nor for the correspondending API flag OFN_ENABLESIZING
.