Help Me (Directx)
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have made a program to play video file in directx (directx.AudioVideoplayback)! It worked well ! But I couldn't find the way to handle the video.owner ! when I did set the video.Owner = (name of my panel); I wanted to set video to full screen mode by double click on the video (in bool property video.FullScreen). I tried to add Double Click EventHandler to my panel or video.Owner but It didn't work ! How can I do this ? Any ideas ... ?