G
Guest
Does anyone know how to customize the standard file open/save dialogs using
C# or VB.NET? Specifically, I would like to:
1. Add a couple buttons in the toolbar along the top, next to the "Create
New Folder" and "View" buttons.
2. Hook into dialog events such as when the dialog is closed and what
file(s) were selected.
This should work for all applications that use the common dialogs, not just
my applications.
I've seen some applications (such as HandyFolders) do this, so I know it's
at least possible in Win32. Even C++ code would be better than nothing,
though .NET is preferred.
Thank you!
C# or VB.NET? Specifically, I would like to:
1. Add a couple buttons in the toolbar along the top, next to the "Create
New Folder" and "View" buttons.
2. Hook into dialog events such as when the dialog is closed and what
file(s) were selected.
This should work for all applications that use the common dialogs, not just
my applications.
I've seen some applications (such as HandyFolders) do this, so I know it's
at least possible in Win32. Even C++ code would be better than nothing,
though .NET is preferred.
Thank you!