Click to See Complete Forum and Search --> : vb poblem


payalsaxena1504
05-08-2006, 11:59 AM
can anyone tell me how we can set a colour to the text written on a label in VB form.
thnx!

russell
05-08-2006, 12:59 PM
in code:
Label1.ForeColor = vbRed

in the vb ide, single-click the label, in the properties window, click ForeColor...