Hi

I am working on a project and i fortunately made the GUI in designer, but in the middle of the project the designer is not displaying the graphics , and unfortunately i cant enter or edit any controls as i cannot see the form design, it is giving me error the variable cc is either undecalred or never used, cc is an object of my customer class, which i am defintely using , please let me know how to get rid of this error, so that i can see the design of the form in the designer to make any amendments

Thanks
Sarah

Examine the InitializeComponent method of your form. You should find the error in that section of code. once cleaned up, you should be able to see and use the designer again... this is a problem that can popup from time to time.

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.