|
-
Oct 19th, 2000, 08:53 PM
#1
Thread Starter
Addicted Member
I am currently creating a HTML/RGB color selector. It uses scroll bars to change the RGB Values.
Here is what I am doing:
Text1.Text = "#" & RedCol & GreenCol & BlueCol
I need to code this to constantly update and post the current value in Text1.Text for as long as the program is open. My code needs to drain the least amount of CPU resources as possible. How would you code this?
I am greatful for any help you might have to offer,
Daniel Christie
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
|