I have created my first .net project and have added a bunch of controls to the form just to check out how they work. Now I am trying to delete them and I am finding the delete option (along with all other options except View Code) is disabled and the delete button does not do anything either. I added another form and was able to add and delete from that form fine. I figure I must have inadvertently set a property or something which is blocking me from deletions. I checked the locked property on the form and it is set to false. The lock controls menu option is totally disabled. What is up with this??