Surihia
❔ How do I use the System.Windows.Forms namespace in a .net core compiled console app ?
This is a snippet from one of my console apps. it does use winforms components.
https://github.com/Surihix/FFXIIIMovieAudioMod/blob/master/Core.cs
36 replies
❔ How do I use the System.Windows.Forms namespace in a .net core compiled console app ?
hmm...I also have the option of going back to 4.8 framework for this as console apps made with that do support the winforms namespace but as it is ancient, I don't want to use that.
36 replies