[Mono-winforms-list] Question about textboxes on mono.

Juergen Moeller juergen.moeller@elektrobude.de
Wed, 2 Jun 2004 12:06:23 +0200


Am Wednesday 02 June 2004 11:50 schrieb Juergen Moeller:
> So if it is a very very small
> font or if the cursor is positioned just to high or the direction of
> y-axis is up and not down or something like that...

I just tried to set the font:
myTextBox.Font = new System.Drawing.Font("Arial", 12F, 
System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, 
((Byte)(0)));

It Works! I don't know what the default values are... but when you 
explicitly set the font it should work.


-Juergen