Hi there:
First of all let me to to check if I call my forms from menu correctly or not?! my code are like foloow in a menuItem click:
Code:
private void menuItemSubject_Click(object sender, System.EventArgs e)
{
Contents Subjects = new Contents();
Subjects.ShowDialog();
}
Is it ok ?! if not how is that!?!?
Secondly I wanna call a form with a parameters, SO how could I do this one?! Any help appreciated.
Always:),
Hovik Melkomian.