MEDIA PLAYER
-
I've created media player using sound dll's of windows. Its woking...But my doubts are.. 1) How can i associate it to the mp3 and wave files in my system? 2) How can i make a selection sequence in program for the user to select or to use my program as his default player for mp3/wave? And help me on the code to make a progressbar while its playing.. Thanks in advance varun
-
I've created media player using sound dll's of windows. Its woking...But my doubts are.. 1) How can i associate it to the mp3 and wave files in my system? 2) How can i make a selection sequence in program for the user to select or to use my program as his default player for mp3/wave? And help me on the code to make a progressbar while its playing.. Thanks in advance varun
1 - in the registry 2 - by writing code to put it in the registry
varun.g wrote:
And help me on the code to make a progressbar while its playing..
Not sure if you get a callback from the API, but if you know the length of the track, can't you fudge it ?
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
1 - in the registry 2 - by writing code to put it in the registry
varun.g wrote:
And help me on the code to make a progressbar while its playing..
Not sure if you get a callback from the API, but if you know the length of the track, can't you fudge it ?
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
Thanx for your help Let me explain one,two things. Actualy i've created the progressbar according to the track's progress. But i need another progressbar to show ;(digital equalizer,like that). And i haven't got things about registry and how to coding that. can you help me please...