Hi, I am using vlc in MFC, on my dialog based app, i put a slider on the main dialog, now can use libvlc_media_player_set_position to set the pos, but I need auto update the pos as the movie is playing, i read some code in vlc, there is some event that relate to it, my question is how can i capture ...