Tormenator1
Tormenator1
CC#
Created by Tormenator1 on 1/14/2024 in #help
✅ Utilizing the extension filter for openfiledialog
nevermind,figured it out
openFileDialog.Filters.Add(new FileFilter("Text files", ".txt", ".rtf"));
openFileDialog.Filters.Add(new FileFilter("Text files", ".txt", ".rtf"));
is how you can use this properly
2 replies