[Mono-winforms-list] TextBox error
    NEMO777 (sent by Nabble.com) 
    lists at nabble.com
       
    Fri Dec 23 17:02:42 EST 2005
    
    
  
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:
http://www.nabble.com/TextBox-error-t797793.html#a2080715
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-winforms-list/attachments/20051223/7dfe4511/attachment.html
    
    
More information about the Mono-winforms-list
mailing list