So i have small problem. Idk how to explain so we will go like this. I have 2 projects. 1. MyLib its compiled .dll 2. MyApp its compiled .exe
Okay now Mylib has form, and MyApp has form. So there are 2 forms. Mylib form is login form with 2 textboxes for login and password and 'Login' named Button! MyApp form should be opened after you enter correct data to MyLib login form.
Also Mylib form has cases, so when you click button it will show case 1 messagebox with wrong username, case 2 messagebox with wrong password and case 3 should open form from MyApp.
How to do it?