Advertisement

1 - 10 of 136 containing alltags:("f1") (0 seconds)
I currently have an application that resides only in the system tray. Although I can access stuff with right-left-clicks, I would also like it to react when I press F1.  Does anyone know how to do ...
Zones: Delphi ProgrammingDate Answered: 08/26/1998 Grade: B Views: 4
You get a WM_HELP message when the user hits F1 or clicks on the window while the "What's This" icon is turned on (see WS_EX_CONTEXTHELP).  I want to do something different when the user hits F1, s...
Zones: Windows ProgrammingDate Answered: 10/12/1998 Grade: A Views: 0
I have a form with some components (label, button, panel, textbox etc), I want if user press F1 then will simulate Ok Button. how to do it?
Zones: Delphi ProgrammingDate Answered: 03/14/2001 Grade: A Views: 0
I want that by pressing F1 associated help open.Please guide me regarding the whole process of attaching and making help files for VB application.
Zones: VB ControlsDate Answered: 07/16/2004 Grade: A Views: 0
Hello, I want my application to respond to F1 whatever I'm doing, so I can pop-up a help. I got as far as:          mainFrame.addKeyListener(new KeyAdapter()  // mainFrame is a JFrame.       ...
Zones: JavaDate Answered: 04/08/2006 Grade: A Views: 0
 Dim str As String = "F1"  SendKeys.Send("{" & str & "}") can i send this somehow?
Zones: MS Visual BasicDate Answered: 10/15/2006 Grade: A Views: 0
Has anyone tried it?  Any hints and tips?  
Zones: DOS GamesDate Answered: 09/11/1997 Grade: D Views: 0
How do I detect an F1 keystroke on an MDIFrame with no child windows open.  Note that this F1 keystroke will be used to display helpcontents from a help file assigned to a common dialog.
Zones: Visual BasicDate Answered: 07/02/1999 Grade: C Views: 0
I converted my .hlp file to a .chm file & update my app to point to the .chm file.  When I click my button or press F1 ( it worked before ) it tell me that the file help.chm is an invalid help file...
Zones: Visual BasicDate Answered: 06/19/2000 Grade: A Views: 5
I need to display help when a user presses f1 when an mdiform is displayed. I dont need any advice on displaying help, I just need to be able to run a bit of code after a f1 is pressed! Any ideas? ...
Zones: Visual BasicDate Answered: 06/21/2000 Grade: A Views: 0