Click here to Skip to main content
15,884,388 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionthe needed DLL's Pin
PasNad10-Nov-06 22:50
PasNad10-Nov-06 22:50 
AnswerRe: the needed DLL's Pin
Hamid_RT11-Nov-06 0:21
Hamid_RT11-Nov-06 0:21 
GeneralRe: the needed DLL's Pin
PasNad11-Nov-06 1:37
PasNad11-Nov-06 1:37 
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 
First of all I like to thank you for replying for my message . I dont know where to use your code

MCI_DGV_OPEN_PARMS mciOpen;
mciOpen.lpstrDeviceType ="MPEGVIDEO2";


Can you help me with this...

I traced the application and found out that i am getting the error while calling this function MCIWndCreate(.....)

Code Sample ::::::::::::::::::::
HWND CSampleMCI::Initialize()
{
if((c_Player=MCIWndCreate(hwndParent,AfxGetInstanceHandle(),

WS_CHILD | WS_VISIBLE | MCIWNDF_NOTIFYALL | MCIWNDF_NOAUTOSIZEWINDOW
|MCIWNDF_NOAUTOSIZEMOVIE|MCIWNDF_NOTIFYERROR|MCIWNDF_SHOWALL
, m_sPath))==0)
MessageBox("Error in initialise");
MCIWndSetTimeFormat(c_Player,"ms");
MCIWndSetActiveTimer(c_Player,100);
lVolume=GetVolume();
return c_Player;
}


Thank you very much
Awaiting for your reply...

With regards

Raja Bose

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 
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 

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.