Question on video in VB.Net
Ok, I've managed to use the AxMediaPlayer to display my video. Unfortunately, there is absolutely no help or documentation on the methods and properties for the media player. I want to disply the real time frames and/or time as the video is playing. This can be done by displaying the AxMediaPlayer1.CurrentPosition. What I need to figure out is how to update the display as the video is playing. Is this through an event, or do I update the display everytime the AxMediaPlayer1.CurrentPosition is changed? I'm not sure what is the best way to try and do this.