Click here to Skip to main content
15,896,726 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi
i am creating child window using
mci api

C++
HWND c_Player=MCIWndCreate(DXUTGetHWND(),DXUTGetHINSTANCE(),WS_CHILD | WS_VISIBLE| MCIWNDF_NOTIFYALL|MCIWNDF_NOPLAYBAR,L"test 4.wmv");	

SetWindowPos(c_Player,HWND_TOPMOST,0,0,Rendering::GetScreenWidth(),Rendering::GetScreenHeight(),SWP_SHOWWINDOW );


MCIWndPlay(c_Player)

now i want to add mouse callback on child window( mci window with HWND= c_Player)
Posted
Updated 14-Feb-12 21:24pm
v2

1 solution

This is interesting, I dont see any WndProc Handler. So my guess is may be you don't have the control.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900