I have set up an inheritance tree for my winforms (.net2.0) to expose common
functionality. The winform designer in vs2005 will not load these forms
unless the base type has a default constructor (no args).
Right now I'm simply creating a default constructor but its use at run-time
would cr...
more >>
When I try to open my .net2 windows form code file in the vs2005 designer, I
get the error message "Duplicate component name
'iDDataGridViewTextBoxColumn'. Component names must be unique and
case-insensitive."
The component name appears do be the DataGridViewTextBoxColumn type name
with s...
more >>
You can use NonSerialized to exclude a field (not a property) from the
serializer. If you are using the XmlSerializer you can use
XmlIgnore. However, I can't find any way to exclude a property from
the CodeDomSerializer. The problem I am trying to solve is that I
have Controls that have refer...
more >>
SQLDatasource object no longer visible on form in designer mode. I reset
settings to default and they are still invisible. Can not get to properites.
Only if select object from property dropdown.
I can't tell what is on my form.
How can I make them visible again?...
more >>