I set the trackbar's minimum value to -100 in order to balance the left speakers. Unfortunately the progressbar that works with the trackbar doesn't support a minimum value of -100 or any negative values
I came up with this code to disable it when it reaches a number below 0 for the Trackbar1_Scroll_1 class.
If trackbar1.value = < 0 Then Progressbar1.enabled = false
Sadly that doesn't work
Does anyone know what code I can use in order to disable it when it reaches a value below 0?
Also a few months ago I got the drag/drop feature to work for the listbox but suddenly today it has stopped working o.O I remember doing a Windows Update a few weeks ago. Could it be that which stopped it from working?
Last edited by Ronaldo95163 on August 21st, 2011, 11:48 am, edited 1 time in total.
I've decided to scrap the progress bars. Everything works fine now.
^ That's how far i've reached with the welcome/home screen.
I still have the following to complete:
About Box Contact Me form (Coding should be the same as the email spammer but without a timer to prevent it from looping) Help Close & Restart buttons still need coding _____________________________________
Still testing the Media Player itself to find any problems. Also I created a login form for the Youtube Browser.