0
Answer

Visual C# MCI_NOTIFY

Ask a question
Dusko

Dusko

15y
2.5k
1
I am using mciSendString function to play files. I have to know when song reproduction is finshed, so i can call "NextSong" function.

This is what i use.
mciSendString ("play song.mp3 notify",NULL,0,0);

Can you write me the function that will catch the message (MCI_NOTIFY), when "notify" send it.