- Version
- Download 92
- File Size 42.91 KB
- File Count 1
- Create Date May 9, 2016
- Last Updated May 9, 2016
Save Dialog control in C#
Save Dialog control in C#
A sample program in c# that allows you to save a file (text file *.txt) in your computer. The program includes a richtextbox control in which you are allowed to type a text, it will be then save as a text file containing the text you have typed in the richtextbox control.