C
can320
Gast
Mit der Beta Version von Visual Studio 2005 hat der folgende Quellcode bestens Funktioniert.
Jetzt meldet es mir:
Unable to cast object of type 'System.Windows.Forms.ComboBox' to type 'System.Windows.Forms.Label'.
Code:
foreach (Label l in grpTest.Controls)
{
l.Text = "";
}
Unable to cast object of type 'System.Windows.Forms.ComboBox' to type 'System.Windows.Forms.Label'.