bixel
April 21st, 2009, 07:36 PM
I created a menu - with a Add New tab and a function.
When Add New is used I want it to open a editable Text box. You enter the Text and a new Label is created. Its for creating an inventory list like this
Apples
Oranges
Grapes
Flour
Oat Grain
etc....
So when Add New is selected from the Menu you can add another item. But I dont know the correct code that fires the Menu > Add New -- is it Menu.somethign or MenuItem.someting???
All I have is this at the moment (srry)
#region //Add New
private void AddNew(object sender, EventArgs e)
{
}
#endregion
When Add New is used I want it to open a editable Text box. You enter the Text and a new Label is created. Its for creating an inventory list like this
Apples
Oranges
Grapes
Flour
Oat Grain
etc....
So when Add New is selected from the Menu you can add another item. But I dont know the correct code that fires the Menu > Add New -- is it Menu.somethign or MenuItem.someting???
All I have is this at the moment (srry)
#region //Add New
private void AddNew(object sender, EventArgs e)
{
}
#endregion