deDogs
Nov 12th, 1999, 09:25 PM
MS Paint displays a pallet of solid colors where the user is able to point and click.
I have been trying to reproduce such in VB, but have had no success?
I have:
- Created a Box using the Line method and FillColor property.
- Used the Text control and its BackColor property to change colors.
When using a Text control and its BackColor property, I am able to view black, blue, green, cyan, red, magenta, yellow, white, gray, but when equating dark red (&H00008B), the text box isn't solid in looking rather 'pixelized'?
I have noticed when setting a Text box BackColor from its properties - the colors shown from its pallet isn't solid?
I would like to view colors as solid colors as MS pallet is shown.
Thank you,
deDogs
I have been trying to reproduce such in VB, but have had no success?
I have:
- Created a Box using the Line method and FillColor property.
- Used the Text control and its BackColor property to change colors.
When using a Text control and its BackColor property, I am able to view black, blue, green, cyan, red, magenta, yellow, white, gray, but when equating dark red (&H00008B), the text box isn't solid in looking rather 'pixelized'?
I have noticed when setting a Text box BackColor from its properties - the colors shown from its pallet isn't solid?
I would like to view colors as solid colors as MS pallet is shown.
Thank you,
deDogs