I though as something to do for Ben (and everyone) as a Christmas present I could copy the DirBox control and edit it to be a FileBox

So now there is a FileBox

https://gitlab.com/gambas/gambas/-/comm ... 79d92b1da5
It has the following properties...
SaveFile As Boolean , Default is an OpenFile dialog, set this as true for a SaveFile dialog
Picture =Picture , Use a different picture on the button to the default file icon
PlaceHolder , you know what that is.
Filter , same as Dialog.Filter
Title , Set a Title for the dialog
Path , a synonym for Value.
The Path/PlaceHolder and Filter properties are visible in the IDE form designer
Path property was also made visible in form designer for DirBox
So happy belated Christmas to you all

Note: this isn't really a component to showcase as it's now a part of gambas and i can't really take credit for it as it's just Benoits DirBox.class with a few edits.