DESMAN2003
Programmer
Hi, I have a problem with trying to figure out how to open another form when you click on a Menu Item in C# (Visual Studio .NET). Does anyone know how to do it? My main form is called Form1 and the one I want to be able to open is Form3. I want this to occur when the menu item called "Range" is clicked on.
My code so far is quite little:
private void Form1_Load(object sender, System.EventArgs e)
{
if (System.Windows.Forms.MenuItem.Click = "Range"
}
Thanks in advance
My code so far is quite little:
private void Form1_Load(object sender, System.EventArgs e)
{
if (System.Windows.Forms.MenuItem.Click = "Range"
}
Thanks in advance