G
Guest
Hi, I have recently installed Visual Studio 2005 and although I'm starting to
understand the 64 bit differences, I seem to have run into another problem.
I would like to implement a simple "Save As.." dialog box, which back in the
day I remember was extremely simple, but now I can't find how I wrote the
code back then, and I don't understand how to use the .NET component
"SaveFileDialog".
In the help files it says that in order to use SaveFileDialog, one must use:
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in system.windows.forms.dll)
But I can't find how to manke use of those.
Could someone please point me in the direction of how to implement a "Save
As.." dialog?
Thank you.
understand the 64 bit differences, I seem to have run into another problem.
I would like to implement a simple "Save As.." dialog box, which back in the
day I remember was extremely simple, but now I can't find how I wrote the
code back then, and I don't understand how to use the .NET component
"SaveFileDialog".
In the help files it says that in order to use SaveFileDialog, one must use:
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in system.windows.forms.dll)
But I can't find how to manke use of those.
Could someone please point me in the direction of how to implement a "Save
As.." dialog?
Thank you.