-
A bug in media-player
hi:
there is a bug in windows media player,
if you want to get the volume of it you write:
MyVolume = MediaPlayer1.volume
but when you change the volume using the small bar,
the "MediaPlayer1.volume" doesn't change!
do you have any idea of how to get the current volume?
-
i just tried it and it works just fine.
-
can't be ?!?
if you write:
Label1 = MediaPlayer1.volume
you get -600 (which is the default value)
you can also write:
MediaPlayer1.volume = -300
Label1 = MediaPlayer1.volume
and get -300
but if you change the volume with the bar (use the mouse to move the bar left or right)
you will see it doesn't change
-
Your right does it on mine too........... M$ done it again.... wonder which patch fixes this bug :p