luisrl | 1 Nov 2010 15:32
Picon

Re: object reference not set to an instance of an object


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


Gmane