I have been trying to access CDPlayer from Visual Basic. Is there any way to control CDplayer from Visual Basic? Just wondering...:o
Printable View
I have been trying to access CDPlayer from Visual Basic. Is there any way to control CDplayer from Visual Basic? Just wondering...:o
Do you mean controlling the program itself? Or using API's to control the CD-Drive (nothing to do with the program itself).
Anyways, I think, it is possible to control them by using API function, but I am not sure. Is it possible to control program itself....Just wondering.. :rolleyes: :rolleyes:
Hey, Megatron. do you have any solution for this?
If controlling the actual program is what you want, just send BM_CLICK messages to the buttons you want to click.
You can use mciSendString API to control the CD to listen to audio. I'm sure there are examples around, I made an MP3 player using this API.
My MP3 player is on my webpage, but it doesn't play cd's.