madmorgan Posted February 13, 2010 Posted February 13, 2010 hello all i have a side bar in my program how do i set values on it?? from 0 to 100 as im going to use this slide bar as a volume control. if you can help please tell me thanks.
RazorTorque4X Posted February 13, 2010 Posted February 13, 2010 guictrlsetlimit($slidername,100,1) $nMsg = guigetmsg() for $i = 1 to 100 if $nMsg = $slidername then soundsetwavevolume(guictrlread($slidername)) endif Next : Hope this helps
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now