[Mono-winforms-list] object reference not set to an instance of an object

luisrl larlxz at gmail.com
Mon Nov 1 10:32:52 EDT 2010


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.


More information about the Mono-winforms-list mailing list