|
#1
|
||||
|
||||
|
Color Picker ? possable or not
Wondering if its at all possable to create a
Color Picker with autoplay media studio. to be adble to get hex colour codes from clicking anywhere on screen. im actuall looking to build one if i can in vb6 but i rather like autoplay so if its possable in this then thats the way ill be going.... any help or tuts / examples would be great.... |
|
#3
|
||||
|
||||
|
There's also one by reteset here:
http://www.indigorose.com/forums/sho...t=ShellDialogs
__________________
User error: replace user and press any key to continue. |
|
#4
|
|||
|
|||
|
or this DLL that lets you get the color under the mouse pointer as requested
http://www.indigorose.com/forums/sho...=color+pointer |
|
#5
|
||||
|
||||
|
thanks very much (worm) just had 2 mins to look at it.
and works fine as expected. how would i go about setting up an on click to make the hex code of the mouse pointer at the time be pasted / entered in to the text box....? just wondered as its been very long time since i worked with autoplay. |
|
#6
|
|||
|
|||
|
put this at the end of the Page's Timer event
Code:
if System.IsKeyDown(1) then
Input.SetText("Input1", sColor2)
end
|
![]() |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
All times are GMT -6. The time now is 08:35 AM.








Linear Mode
