Page 1 of 1

Escape and context menu in fullscreen mode

Posted: 19 Sep 2007 17:08
by Archon^^
Hi,

I'm writing media player in C# based on vlc and I've got small problems - I need context menu in fullscreen mode (for some options like volume exit from fullscreen etc) and some way to manage esc and alt+f4 key press..And I really don't know how to do this... I've tried adding it to InnerVlc Window as keyup event but it doesn't work. Please help :)