I want to create a ui that lets users drag some premade text options onto a txt file in visual studio. So they don’t have to constantly write it out. Best method or language for this? Would prefer c sharp Source link
With C# .Net 8 Windows Form, I need to show some video to multiple screens and there should be no time gap between screens. For example, Contents on the Windows form A are some sort of videos and I’m trying to show these videos without any time frame gap on multiple screen at the same […]