Forum: C# May 20th, 2009 |
| Replies: 1 Views: 478 Hi Guys,
I'm making a program ( game sudoku) in C# - windows application which contains many textboxes (81) labeled as shown below.
String[] polja = { "tbA11", "tbA12", "tbA13", "tbA21",... |
Forum: C# Apr 22nd, 2008 |
| Replies: 2 Views: 3,212 Hi Jens,
Many thanks for your help. It's wery helpfull.
regards
Bojan |
Forum: C# Apr 21st, 2008 |
| Replies: 2 Views: 3,212 Hi,
I have a problem with showing text in different fonts, fontstyles, colors, alignments and sizes in richTextBox in C#. I read some articles on Internet about this, but I was't satisfied with... |