Hi all,
I am working on a program with a VLC (video player) activex component in it.
The activex control can return the length of a video file in milliseconds only (ie 5423).
Using simple math I can convert those milliseconds into this format h:m:s. so for example 0:3:22
What I want to do is...