Windows forms designer renaming copy/pasted controls
Posted
by Ready Cent
on Stack Overflow
See other posts from Stack Overflow
or by Ready Cent
Published on 2010-03-18T19:38:28Z
Indexed on
2010/03/18
19:41 UTC
Read the original article
Hit count: 494
I saw a similar question asked and answered for ASP.net here http://stackoverflow.com/questions/484327/how-do-i-prevent-visual-studio-from-renaming-my-controls
But I am trying to prevent this while writing a Windows forms app in VS 2008 using c#. I want to copy/paste a ton of controls without them being called Checkbox1 etc. I'd rather rename them manually since its only a small change to the name.
© Stack Overflow or respective owner