When designing a form dragging objects (forms) into an edit and delete form, somehow the object on the form is deleted but the code in the form (Form.Designer.cs) does not delete the form. Is there a way to quickly find code not deleted in the above file ?

Recommended Answers

All 2 Replies

If you mess up Form.Designer.cs you are head on for big trouble.
Open this file, read it, learn from it, but don't touch it!

commented: Looky but no touchy. +12

This means that when you are in form design mode when dragging control into a form, adding, editing, and deleting controls on the form, for some reason the code control on the form is not removed in the Form.Designer file.cs. But in Form.cs (UI) has deleted very well. Do you understand me ?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.