In C#, I’m trying to get two forms (but probably three eventually) to start at the same time… I’ve tried adding a new “Application.Run” to my Program.cs file, but it only starts the second form after the first one closes.
So how could I create something like that? Similar to a program like Lazarus.
To display a Form you have 2 methods:
If you want a interface like Lazarus, google by the “MDI application”.