Click here to Skip to main content
15,890,512 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: the needed DLL's Pin
Michael Dunn11-Nov-06 1:46
sitebuilderMichael Dunn11-Nov-06 1:46 
GeneralRe: the needed DLL's Pin
PasNad11-Nov-06 2:38
PasNad11-Nov-06 2:38 
QuestionQuery about MCI(Media Control Interface) Pin
Raja Bose C Leo10-Nov-06 21:43
Raja Bose C Leo10-Nov-06 21:43 
AnswerRe: Query about MCI(Media Control Interface) Pin
Hamid_RT11-Nov-06 0:22
Hamid_RT11-Nov-06 0:22 
GeneralRe: Query about MCI(Media Control Interface) Pin
Raja Bose C Leo12-Nov-06 21:13
Raja Bose C Leo12-Nov-06 21:13 
GeneralRe: Query about MCI(Media Control Interface) Pin
Hamid_RT13-Nov-06 7:17
Hamid_RT13-Nov-06 7:17 
GeneralRe: Query about MCI(Media Control Interface) Pin
Raja Bose C Leo14-Nov-06 2:14
Raja Bose C Leo14-Nov-06 2:14 
GeneralRe: Query about MCI(Media Control Interface) Pin
Hamid_RT14-Nov-06 8:32
Hamid_RT14-Nov-06 8:32 
I think you are new on MCI for example if you need to a HWND handle you can see MCI_DGV_STATUS_HWND (MCI_STATUS)
if I guess is true see examples on codeprojext about MCI but for play you can use of
<br />
MCI_DGV_PLAY_PARMS	mciPlay;<br />
mciPlay.dwFrom = mciPlay.dwTo = 0;<br />
mciPlay.dwCallback = MAKELONG(hWnd,0);<br />
mciSendCommand(/*its return of openmci that you need to get it*/DeviceID, MCI_PLAY,MCI_NOTIFY,(DWORD)&mciPlay);<br />
Smile | :)




WhiteSky

GeneralRe: Query about MCI(Media Control Interface) Pin
Raja Bose C Leo14-Nov-06 18:35
Raja Bose C Leo14-Nov-06 18:35 
GeneralRe: Query about MCI(Media Control Interface) Pin
Hamid_RT14-Nov-06 20:15
Hamid_RT14-Nov-06 20:15 
Questione.Problem Pin
amaneet10-Nov-06 21:40
amaneet10-Nov-06 21:40 
AnswerRe: e.Problem Pin
Hamid_RT11-Nov-06 0:23
Hamid_RT11-Nov-06 0:23 
AnswerRe: e.Problem Pin
toxcct11-Nov-06 1:02
toxcct11-Nov-06 1:02 
QuestionHow I can add jpg images in list box? [modified] Pin
Sameer_Thakur10-Nov-06 21:11
Sameer_Thakur10-Nov-06 21:11 
AnswerRe: How I can add jpg images in list box? Pin
Hamid_RT11-Nov-06 0:24
Hamid_RT11-Nov-06 0:24 
GeneralRe: How I can add jpg images in list box? Pin
Sameer_Thakur11-Nov-06 1:54
Sameer_Thakur11-Nov-06 1:54 
GeneralRe: How I can add jpg images in list box? Pin
Mark Salsbery11-Nov-06 5:04
Mark Salsbery11-Nov-06 5:04 
GeneralRe: How I can add jpg images in list box? Pin
Hamid_RT11-Nov-06 23:07
Hamid_RT11-Nov-06 23:07 
Questionprefix increment Pin
amaneet10-Nov-06 20:45
amaneet10-Nov-06 20:45 
AnswerRe: prefix increment Pin
Mohammad A Gdeisat10-Nov-06 23:36
Mohammad A Gdeisat10-Nov-06 23:36 
GeneralRe: prefix increment Pin
CPallini13-Nov-06 6:26
mveCPallini13-Nov-06 6:26 
GeneralRe: prefix increment Pin
Mohammad A Gdeisat13-Nov-06 7:34
Mohammad A Gdeisat13-Nov-06 7:34 
AnswerRe: prefix increment Pin
toxcct11-Nov-06 1:06
toxcct11-Nov-06 1:06 
QuestionLocking Winsock from sending windows message Pin
Toubou10-Nov-06 20:17
Toubou10-Nov-06 20:17 
AnswerRe: Locking Winsock from sending windows message Pin
Mark Salsbery11-Nov-06 5:12
Mark Salsbery11-Nov-06 5:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.