Advertisement

1 - 10 of 33 containing alltags:("f10") (0 seconds)
How can I capture Shift F10 and disable it.
Zones: Delphi ProgrammingDate Answered: 03/08/2000 Grade: A Views: 5
Hi, I need to make it so that my user presses the F10 function key to move to the next frame in my movie. I used the following code: onClipEvent (enterFrame){ if (Key.isDown(121)){ _lev...
Zones: Macromedia FlashDate Answered: 04/21/2004 Grade: B Views: 0
Hi All, In my application, I found that whenever I press the F10 key, the menu will be activated. This action is the same as I press the Alt key. Now, I hope I can ingore this action, when I pres...
Zones: Windows MFCDate Answered: 03/19/1999 Grade: C Views: 13
How would you go about disabling the listener (which I assume is part of the Frame class) that causes the Close Window Menu to activate when the user presses F10?  To reiterate, when I run my progr...
Zones: JavaDate Answered: 05/21/2001 Grade: A Views: 0
i have computer that have only that non DOS partition, and i cant boot from another partition.
Zones: General Systems, PCsDate Answered: 03/23/2003 Grade: A Views: 4
I've added 64M EDO memory onto my Compaq laptop( 131MHz and 16M EDO onboard). But system only recognise 64M new memory and the 16M is disabled. I installed IBM disc manager as I also upgraded a 1...
Zones: Hardware, RAM, ComponentsDate Answered: 10/21/2002 Grade: A Views: 0
In an application, F10 is set by the system to be an accelerate key of activating menus. But I want to use F10 in other ways. So how to disable this accelerate key? Thank you.
Zones: Windows MFCDate Answered: 08/16/2004 Grade: A Views: 0
Hello I just upgrade my window to WindowXp from win2000. i am using Visual Studio c++ 6.0 with sp5. when i run my application in dubugging mode and i press F10 to jump to the next line, the line...
Zones: C++Date Answered: 11/13/2003 Grade: C Views: 0
Hi, I need to capture every keystroke to a form, and the function keys seem more difficult to catch. Do I need menu to do this?  I appreciate your help. Thanks, Bob
Zones: C#Date Answered: 04/02/2005 Grade: A Views: 0
I have code in my application that looks for right-clicking of the mouse in order to display a context menu. (I use case WM_RBUTTONDOWN: ) Now I want the same behaviour to occur if a user cl...
Zones: C++Date Answered: 10/13/2006 Grade: B Views: 0