Article ID: 108811
Article Last Modified on 10/29/2003
picture1.BackColor = QBColor(14) ' 14=Light yellow
picture1.ForeColor = QBColor(4) ' 4=Red
picture1.Print "in living red"
picture1.ForeColor = QBColor(2) ' 2=Green
picture1.Print "in living green"
You can also add a vertical scroll bar next to the picture box. When the
scroll bar is scrolled, your code needs to redraw the picture box. The
ForeColor property of the picture box controls the current color used
by the Print method. The picture box will not let you highlight text.
Desaware
5 Town & Country Village #790
San Jose, CA 95128
Contact: Dan Appleman (408) 377-4770
Fax: (408) 371-3530
Additional query words: 3.00
Keywords: kb3rdparty KB108811