Skip to content

VBC+VBA7, x86+x64, Unicode, windows common dialogs, Color-, Font-, OpenFile-, SaveFile-, OpenFolder-Dialog, MessageBox

License

Notifications You must be signed in to change notification settings

OlimilO1402/Win_Dialogs

Repository files navigation

Win_Dialogs

Unicode standard windows dialogs and messagebox

GitHub GitHub release (latest by date) Github All Releases Follow

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

WinDialogs Image
OpenFileDialog Image
SaveFileDialog Image
ColorDialog Image FontDialog Image FontDialogWHook Image OpenFolderDialog Image OpenFileFolderDialog Image FolderBrowserDialog Image PageSetupDialog Image PrintDialog Image PrintDialogEx Image