How can I create a file extension in WinForms C#? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 2

How can I create a file extension in WinForms C#?

I need a own file extension that works with my app. How can I do It?

25th Feb 2018, 3:37 AM
SebGM2018
SebGM2018 - avatar
1 Antwort
+ 9
You can define your own file extension as long as you're able to parse it and doesn't conflict with the one recognized in your system. 😉
25th Feb 2018, 7:40 AM
Zephyr Koo
Zephyr Koo - avatar