我是KeyPreview的新手。我已经读过一些关于它的内容,但我仍然不明白一切。在我的代码中,我把“Form.KeyPreview = True”但是然后它在Form下面写着“Declaration expected”。我不知道我需要申报什么。我不知道是否需要把它放在私人潜艇上,但我需要帮助。这是代码段
Public Class Form1
Form.KeyPreview = True
Private Sub TextBox1_TextChanged(sender As Object, e As EventArgs) Handles TextBox1.TextChanged
Select Case True
Here is a picture of the code. 无论如何,谢谢你的帮助。