Hello World! I'm going to create a list manager application in C#. I've started a new project called list manager, and the first thing are going to do is, from my toolbox, I'm going to drag a menu strip to the form, and instead of typing and adding things I'm going to quit this little arrow and select insert standard items. And if I run this, when I run this, we can look at this menu, and we have new, open, save, save as, print, print preview and exit. Under edit we have undo,redo, cut, copy, paste, select all tools and help. and a place for us to put our about box. I would really like to have items under edit of add and delete Actually, add, edit and delete. So you can click on this and then hit enter and that brings up my list. And I can right click on an item that we're not going to use and delete that. And I'm going to type Add, or &add And I'm going to drag add up to the top. And, I'm going to continue and edit, Drag that right up under that, and delete, And drag that up under edit, I could use cut for that, but cut means something else usually. So we have add, edit, and delete, and we can also add a tool strip. And also quick that little arrow and insert standard items. and we have these items, that you see there and were going to leave that for right now.