Hi all,

As i'm new to VB 6.0, anyone could help me to find out this issue?
how to change the color of text which is in textbox?

thanks in advance

:cool:

Recommended Answers

All 3 Replies

Hi, In property window

> Change the ForeColor property of the Text box.

Or by code Text1.ForeColor = RGB (255, 255, 0)

Hee hee

I got it
:D :P

you can also change that ar eruntime by using color dialogbox of commondialog control.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.