Bugs 5034, 10284 and 10394 relate to un-resizable file open dialogs in<br>various programs - to be honest I came across this discrepancy running<br>native NOTEPAD.EXE.<br><br>The file open dialogs are implemented in comctl32, specifically filedlg.c<br>
and the templates live in cdlg_xx.rc<br><br>In Windows, to make them resizable one uses the OFN_ENABLESIZING<br>flag, which is amongst Wine&#39;s UNHANDLED_FLAGS, so it has no effect in <br>Wine. Reading the history this flag has been available in all versions of <br>
Windows from 98 up.<br><br>I am wondering how to go about supporting this flag though, weather the<br>dialog templates need changing, or if we could add the support purely in <br>the dialog creation code?<br><br>--<br>Chris<br>