Loading images on control derived from MCIwnd class
-
Hi, I am trying to load images onto an MCI control. I studied the MCIWnd but wasnt able to find anything relevant. Please help!!
Can you be more specific:laugh:
_**
**_
WhiteSky
-
Can you be more specific:laugh:
_**
**_
WhiteSky
Aahh WhiteSky you are to be my saviour again! Ok, its like this--I am designing an application to play audio files and that has a Slider. Now, using MCI,i can see a slider but i would like to customise the slider to be able to show some pic or something. Is this even possible? On something slightly related how does one use the slider to forward/rewind the music/video currently being played?
-
Aahh WhiteSky you are to be my saviour again! Ok, its like this--I am designing an application to play audio files and that has a Slider. Now, using MCI,i can see a slider but i would like to customise the slider to be able to show some pic or something. Is this even possible? On something slightly related how does one use the slider to forward/rewind the music/video currently being played?
(First you can see a example in MSDN im sorry i dont know its name but i think this example is in VC6.0 for show avi files and it can show length from wave files and...) you open your file with MCI_OPEN then you can get a hwnd to mci
MCI_DGV_STATUS_HWND
and you can set position form your window /you can calculate length file and convert to time and create your slider that its better.i wrote this program but i forgot it if i can find it in my computer i send for you SeeMCI_PAUSE
andMCI_PLAY
_**
**_
WhiteSky