Re: Disable F10 for menu bar
- Posted by DerekParnell (admin) Jun 29, 2009
- 1106 views
penpal0andrew said...
My application does not use menus, so I want to use F10 for my program. Is there any way to over ride the default Windows behavior. When I googled this, I found out that this F10 behavior is done in Linux as well. But I want the solution for MS Windows as supported by Euphoria.
Thanks. A. Katz
If you are using win32lib you can call ...
integer PrevF10Flag PrevF10Flag = skipF10( w32True )