PDA

View Full Version : Help with Text drawing on a Windows Box


Heiko1
1st July 2008, 05:29
.

DarkTimes
3rd July 2008, 16:27
I think the reason that no one is posting a reply to you is that these things are incredibly simple with C# and you would be able to find out how to do them by following any introductory Windows.Forms tutorial.

Have a look here (http://www.google.co.uk/search?hl=en&q=windows+forms+tutorial&btnG=Google+Search&meta=).

dougie-lampkin
3rd July 2008, 16:32
BTW, I think it's forecolour() you want. It will change the colour of the text in a label.

gru
4th July 2008, 10:14
But how i change text size?
this.label1.Font = new System.Drawing.Font(...);