Win_Dialogs
Win_Dialogs copied to clipboard
VBC+VBA7, x86+x64, Unicode, windows common dialogs, Color-, Font-, OpenFile-, SaveFile-, OpenFolder-Dialog, MessageBox
Win_Dialogs
Unicode standard windows dialogs and messagebox
Project started in may 2006
contains classes for the very often used typical windows dialogs:
- ColorDialog
- FontDialog
- OpenFileDialog
- SaveFileDialog
- OpenFolderDialog (replaces FolderBrowserDialog)
- MessageBox
- PageSetupDialog
- PrintDialog
they work mostly the same as the correspondent classes from System.Windows.Forms.
The classes are running in VB6 (aka VBC) as well as in VBA6 or VBA7 x86 or Win64.
You may also have a look at the tutorial: XL_VBanywhere
Special thanks goes to Frank Schüler for his great efforts on OpenFolderDialog