ZeroEffect
Junior Contributor
for some reason I am having a mental block. All I am trying to do is format the current position in media player to have tenths of a second using the current position on mediaplayer, timeserial, and format. I get everything I want except the tenths of a second.
Any suggestions on how can I get tenths of a second?
Thanks
ZeroEffect
Visual Basic:
mpPlayer.CurrentPosition returns 27.5472404
TimeSerial(0, 0, mpPlayer.CurrentPosition) returns 12:00:31 AM
Format(TimeSerial(0, 0, mpPlayer.CurrentPosition), "m:ss.f") returns 0:31.0
but it is always .0
Any suggestions on how can I get tenths of a second?
Thanks
ZeroEffect