I am new to C# and have been given someone elses' code to edit. One of the things that needs to be edited is the windows interface. Is there a way to pull up the IDE to edit the generated windows from the .designer.cs file? Thanks!
kelskels 0 Newbie Poster
Recommended Answers
Jump to PostThis "designer.cs" file in Visual Studio is there just to relieve you of the burden to do it all by yourself. Like create a button, set the size, location, text, background etc. etc. But feel free to do all those things by yourself, so copy this file …
All 3 Replies
k.d.m 1 Light Poster
kelskels 0 Newbie Poster
ddanbe 2,724 Professional Procrastinator Featured Poster
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.