Le 13/01/2013 11:26, bill-lancaster a écrit : > Is it possible to change the width of columns in the files window of > FileChooser and store them? > Gambas 3.3.4 > This is done by the Settings class: Settings.Save(MyFileChooser, "key") and Settings.Load(MyFileChooser, "key"). If you need more control, you can use the Settings property. -- Benoît Minisini