|
-
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
-
Oct 19th, 2000, 09:51 PM
#2
Fanatic Member
Place your code in a sub and then call that sub in the change event of each scroll bar.
www.RealisticGraphics.net
Running VS.Net Enterprise & VB 6
Other Languages: JavaScript, VBScript, VBA, HTML, CSS, ASP, SQL, XML
MSN Messenger: kmsheff
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
|