draw shapes over video on C#
need help on an C# application that draws basic shapes over video even
when it plays. I am using AXWindowsMediaPlayer control for playing video
and also put a custom Panel to draw shapes over player control. Custom
panel is transparent. can draw smoothly while video is not playing. But
when it plays every thing goes wrong. the drawing over the video get
erased. How i can overcome the issue ? Please help.