|
-
Jan 15th, 2009, 10:46 AM
#1
Re: [2005] Color dialog -- show current color?
Hi,
Did you tryed this;
vb Code:
TextBox1.Backcolor = ColorDialog1.Color
Wkr,
sparrow1
-
Jan 15th, 2009, 10:52 AM
#2
Thread Starter
Fanatic Member
Re: [2005] Color dialog -- show current color?
I'm not having a problem with the chosen dialog color.
What I mean is, AFTER it has a color in it.
Let's say I go back and double click the textbox to perhaps change the color.
I've seen some programs (maybe they were graphics -- can't remember) where
once you bring up the color dialog, it will actually show you the value of the current color in RGB.
That's what I want to achieve.
-
Jan 15th, 2009, 11:00 AM
#3
Thread Starter
Fanatic Member
Re: [2005] Color dialog -- show current color?
Or maybe what you're saying is that part of my IF routine with the box, I should make the color dialog color the textbox color?
so it would be the reverse?
colordialog1.color = textbox1.color
I'll try it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|