Horje
c# load form Code Example
c# load form
 
private void Logo_Load(object sender, EventArgs e)
        {
            Login login = new Login();  // my second form is login
            login.ShowDialog();
            this.Close(); // close this form  ( I name it logo form)
        }




Csharp

Related
excel which style property define background color in c# Code Example excel which style property define background color in c# Code Example
max value data annotation c# Code Example max value data annotation c# Code Example
c# select first value from list Code Example c# select first value from list Code Example
httpclient soap request c# Code Example httpclient soap request c# Code Example
c# run loop x times Code Example c# run loop x times Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9