New programmer lost!!!
I need some help with a switch/Case statement;
I need to use OpenFileDialog to open a file,
If the file extension is .dat, then do x.
If the file extension is .rtf, then do y.
if the file extension is .txt, then do z.
Thanks,
Brian
I need some help with a switch/Case statement;
I need to use OpenFileDialog to open a file,
If the file extension is .dat, then do x.
If the file extension is .rtf, then do y.
if the file extension is .txt, then do z.
Thanks,
Brian
Comment