Ok I want to display this dialog I made, but I can't figure out how to have it display. I made it under a window Form. I did try this, but it does not work.
credits.ShowPro pertyDialog();
credits.ShowPro pertyDialog();
CreditForm credit = new CreditForm();
CreditForm credit = new CreditForm(); credit.Show();
CreditForm credit = new CreditForm(); credit.ShowDialog();
Comment