Quote:
Originally Posted by Tizio Well, if you already know how to visualize the GUI from main routine, just add that code to an external routine (maybe call it ShowGUI) then when the KeyPress event occurs, parse the key pressed, and if it's your shortcut combination make a call to the ShowGUI function...
But if you don't know how to make a GUI to show up I can't help you :P |
Until now, I have no need to visualize GUI from main routine (I do that in Python & Java, but not in C++), so I don't know how to do that exactly, but I will try to find something about this on the internet, Google will help... ;)
Quote:
Originally Posted by Tizio If you manage to make it work post here your results, I'm sure many BSplayer users will be grateful ;) |
Of course, my friend, if I succeed, I think that it will be very useful plugin, and it will be available to ALL BSP users...
Regards