Click here to Skip to main content
16,017,986 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I've written a Video player using Directx , but when I choose a panel as owner of the video and after playing a video , the event of the panel(like mouseClick or mouseMove or ...) doesn't work.
what should I do to currect it?
Thanks.
Posted
Updated 13-Jul-11 3:51am
v2

1 solution

Your panel is covered by the video player, so the video player gets the events. This would be just as true if you put a media player control over your panel. The panel has something on top of it, so that gets the events.
 
Share this answer
 
Comments
mehdi_k 12-Jul-11 3:00am    
I need it's event , should I use the video player event, if I should, How?

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