How to Save word file using SaveDialogBox and File Stream
C#
4
Posts
3
Posters
0
Views
1
Watching
-
Hello all, I would like to save current word file to My Documents when user clicks on Button which is Placed in Ribbon ???? Can anybody guide me how to do it ???
-
I would like to save current word file to My Documents. means? Why you are using savedialogbox when you have to save it in MyDocuments only :zzz:
Cheers!! Brij
-
Hello all, I would like to save current word file to My Documents when user clicks on Button which is Placed in Ribbon ???? Can anybody guide me how to do it ???
Ummm .... SaveFileDialog and System.IO.File.AppendAllText. I'm pretty sure your going to have to double check the names
If at first you don't succeed ... post it on The Code Project and Pray.