cesarfrancisco
Active member
- Joined
- Apr 3, 2007
- Messages
- 33
- Programming Experience
- Beginner
I used a MultiLine TextBox (tried also a RichTextBox) with a Vertical scrollbar as a calculator's tape.
I would like the negative numbers show in red and the rest in black. TextBox.ForeColor spec. will turn the whole text into a semaphore: black and red depending on the number's sign (+ or -).
I would like the negative numbers show in red and the rest in black. TextBox.ForeColor spec. will turn the whole text into a semaphore: black and red depending on the number's sign (+ or -).