christheprogrammer
Programmer
Hey all,
I have a form where the user chooses some things, and a query is run. The resulting data is in a datagrid (via dataset) and i want to have a button which launches the familiar "Save As" dialog which allows the user to browse his/her file system and save the file anywhere on the hard drive.
I know how to do the file writing, etc. I just need to know how to open up this dialog (I believe it is just a function call which returns the path the user chose)...
Anyone know?
Thanks in Advance Chris
I have a form where the user chooses some things, and a query is run. The resulting data is in a datagrid (via dataset) and i want to have a button which launches the familiar "Save As" dialog which allows the user to browse his/her file system and save the file anywhere on the hard drive.
I know how to do the file writing, etc. I just need to know how to open up this dialog (I believe it is just a function call which returns the path the user chose)...
Anyone know?
Thanks in Advance Chris