The subject has it all. I want to have the Windows save as dialog as part of my own dialog. Is that even possible ?
Asked
Active
Viewed 207 times
3 Answers
2
I would say that what you actually want to do is to extend Windows File Save dialog as opposed to embedding it inside your own. Here are some links:
http://msdn.microsoft.com/en-us/library/ms646951%28VS.85%29.aspx
http://msdn.microsoft.com/en-us/library/ms646960%28VS.85%29.aspx

Igor Zevaka
- 74,528
- 26
- 112
- 128
1
I've found this MSDN article from 2005:
Extend the Common Dialog Boxes Using Windows Forms 1.x
Applies to:
Microsoft® .NET Framework 1.1
Microsoft® Visual Studio .NET 2003
So I don't know whether it'll be applicable in your case. It might have some pointers though.