S sven2 Registered User. Local time Today, 21:39 Joined Apr 28, 2007 Messages 297 Jun 17, 2008 #1 Hello, is there an easy way to disable the F1 key so there is no possibility to enter the helpfile? Thanks in advance, Sven.
Hello, is there an easy way to disable the F1 key so there is no possibility to enter the helpfile? Thanks in advance, Sven.
khawar AWF VIP Local time Tomorrow, 01:39 Joined Oct 28, 2006 Messages 870 Jun 17, 2008 #2 In the key down event of the form paste the following code Select Case KeyCode Case vbKeyF1 KeyCode = 0 End Select and set the key preview property of form to yes
In the key down event of the form paste the following code Select Case KeyCode Case vbKeyF1 KeyCode = 0 End Select and set the key preview property of form to yes