Resize of File Window
Eröffnet am: 2019-06-12 00:44
Letztes Update: 2019-06-12 23:19
Auswertung: | adel314 | Verantwortlicher: | (Keine) |
---|---|---|---|
Priorität: | 8 | Meilenstein: | (Keine) |
Typ: | Funktionsanfragen | Schweregrad: | 5 - Mittel |
Komponente: | Tera Term | Status: | Offen |
Lösung | Keine |
Einzelheiten
WHen transferring files between computers, and if there are a lot of files in a folder it is very difficult to navigate with the current file open dialogue.. WOuld it be possible to allow the user to resize the window so that more files can be shown.
Thanks
Kommentar
Develpment note about OPENFILENAME.Flags.
if OFN_ALLOWMULTISELECT is specified, OFN_EXPLORER must be specified. It is implemented.
if OFN_ENABLETEMPLATE | OFN_ENABLEHOOK is specified, OFN_EXPLORER must be specified. It is implemented.
if OFN_ENABLETEMPLATE | OFN_ENABLEHOOK is specified, OFN_ENABLESIZING must be specified too.