A simple application that opens a text file, allows basic text editing to take placed and then allows the user to write back to file.
Created to text functionality of reading and writing to a file for a programming class.
-
FileChooser dialog is used to select the file to be opened. The same file will be wrote back to.
-
The writing back can be set to overwrite or append to the existing file.
-
Menu duplicates onscreen buttons.
-
ClickOnce profile used to creating published package.
-
Using a ViewModel to keep the overwrite option sync'd between checkbox and menu item. Uses data binding.