Electron.NET
Electron.NET copied to clipboard
Native file/folder and progressbar
In .Net Framework or .Net 5 Winforms there're OpenFileDialog,FolderBrowserDialog and Progressbar, I would like to know if I were to use ElectronNet to build cross platform desktop applications for linux and macos, are there any native version of similar variant of OpenFileDialog,FolderBrowserDialog and Progressbar?
My application is not suitable in using website's version of file/folder upload and progressbar.