Hi all
I know how to do this in VB but not in c#.
I have an application that I want to stay live till I close the last form. How do I do this in C#? I am using 2015 VS
Thanks
Gary
Printable View
Hi all
I know how to do this in VB but not in c#.
I have an application that I want to stay live till I close the last form. How do I do this in C#? I am using 2015 VS
Thanks
Gary
Are you using Application.OpenForms in your VB app? If yes, you can also do the same in C#.
Thanks that should do it.