R
rmorvay
I wrote a quick app to play music and I am having difficulty connecting a
slider control to the Windows Media Player control. Here is my difficulty. I
need to set the sliders min and max properties and utilize its value
property to manage the volume of the Windows Media Player control. I am not
sure which property on the windows media control I am suppose to manipulate.
I tried to use the following: mp.volume = vsVol.value in the sliders Scroll
method but since I cannot get the min and max values correct, this code
always breaks. Apparently, the media control can not handle postitive
integers so when the sliders value goes above 0 it breaks. What the heck is
that?
Thanks in advance.
slider control to the Windows Media Player control. Here is my difficulty. I
need to set the sliders min and max properties and utilize its value
property to manage the volume of the Windows Media Player control. I am not
sure which property on the windows media control I am suppose to manipulate.
I tried to use the following: mp.volume = vsVol.value in the sliders Scroll
method but since I cannot get the min and max values correct, this code
always breaks. Apparently, the media control can not handle postitive
integers so when the sliders value goes above 0 it breaks. What the heck is
that?
Thanks in advance.