mechano
Newcomer
I have the following problem :
I have 2 Forms : 1. login.cs and 2. mainForm.cs
mainForm.cs is my main app and login.cs should block access to mainForm.cs. I use a SQL db on login.cs to authenticate. What I would like to know is how I would temporarily disable mainForm.cs while the user is logging in with login.cs
Any help would be greatly appreciated
I have 2 Forms : 1. login.cs and 2. mainForm.cs
mainForm.cs is my main app and login.cs should block access to mainForm.cs. I use a SQL db on login.cs to authenticate. What I would like to know is how I would temporarily disable mainForm.cs while the user is logging in with login.cs
Any help would be greatly appreciated