Menus in visual c# (sharp)?

Thomas

New member
I am coding in form based visual c# and am (for the first time) using menus. Now when you use them you click one thing and it gives the next option e.g. font > arial

now my problem is I meant to break down font into size and type but I just have font and then the types. Is there a way that I am able to insert something between font and arial or will i have to just delete them and start again?

I want font > size / type > sizes/types of font

any help would be greatly appreciated.

Thanks in advance
Tom
Thanks guys but it has to be done this way and doing the insert thing only adds on in the same part as the label font and the label arial and not inbetween
 
Back
Top