How does the designer determine what code is used in the form designer code?
For example 1, when you drag a control (using the object name?):
private System.Windows.Forms.TextBox txtUserName;
this.txtUserName = new System.Windows.Forms.TextBox();
Thanks,
Schneider
...
more >>
vs2005:
I am finding that the app.config settings are not being read by user
controls on a form at design time. The designer can't load in this case
and throws up it's error message. There are a few other threads on this
but none seem to have an answer. For example:
http://groups.googl...
more >>