1 Nov 2010 15:32
Re: object reference not set to an instance of an object
luisrl <larlxz <at> gmail.com>
2010-11-01 14:32:52 GMT
2010-11-01 14:32:52 GMT
I changed ActiveForm.Controls for this.Controls and now it works fine in
Ubuntu.
foreach (Control ctl in this.Controls)
{
if (ctl.GetType() == typeof(TextBox))
{
ctl.Text = string.Empty;
}
}
--
--
View this message in context: http://mono.1490590.n4.nabble.com/object-reference-not-set-to-an-instance-of-an-object-tp3019792p3022234.html
Sent from the Mono - WinForms mailing list archive at Nabble.com.
_______________________________________________
Mono-winforms-list maillist - Mono-winforms-list <at> lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-winforms-list
RSS Feed