yeah Ive tried it.
Ive even tried this:
using System;
using System.Drawing;
using System.Windows.Forms;

public class Form1 : Form
{
 TextBox textBox1 = new TextBox();

 public Form1()
 {
  Controls.Add(textBox1);
 }

 static void Main()
 {
  Application.Run(new Form1());
 }
}

and still no use! maybe Ive got something wrong in my system... but what?

Sent from the Mono - WinForms forum at Nabble.com:
Re: TextBox error
_______________________________________________
Mono-winforms-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-winforms-list

Reply via email to