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