✅ Utilizing the extension filter for openfiledialog
Hello. I'm attempting to use this to filter for text files. However,I get an error that says
'OpenFileDialog' does not contain a definition for 'Filter' and no accessible extension method 'Filter' accepting a first argument of type 'OpenFileDialog' could be found (are you missing a using directive or an assembly reference?)
. I am on the newest version of the NET SDK,but I'm pretty sure that .Filter wasn't decapricated. What am i doing wrong?1 Reply
nevermind,figured it out is how you can use this properly