|
-
Oct 20th, 2011, 12:06 AM
#1
Re: Design vs programatically
There's no advantage to writing your own code to do that stuff. It's all done in code anyway. When you add components and set properties in the designer, the appropriate code is added to the InitializeComponent method, which is called from the class constructor.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|