I’m currently working on a small project and would like some help on it.
I have 2 forms, the first is a login window and the second will be the main program. The problem I have is that when I close form1 with this.Close() it is exiting the whole program.
I have a feeling that I need to use threading or something like that but I can’t find the right resource for my problem to be solved.
Thanks.
You could hide the first form instead of closing it: