Cannot get working "Open" in MCIWnd????
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I created a MCI window in my application: m_hMCIWnd=MCIWndCreate(this->GetSafeHwnd(), NULL, NULL, "c:\\test.avi"); This creates MCI window with the PlayBar. All the commands invoked from the PlayBar (or right-click on the playback window), like: View, Speed, Close, Volume etc... are working. But when I choose Open it doesn't do anything!!! Then I tried to invoke Open dialog programmatically: LONG xx=MCIWndOpenDialog(m_hMCIWnd) But this return allways -1 and nothing is displayed ??????? If anyone could help me, I'd appreciate it very much. Thanks in advance. Jerzy :confused: