Add the following code to the form and enter the carriage return to Tab.

xiaoxiao2021-03-06  62

Add the following code in the form, enter the carriage return to TAB

Protected Overrides Function ProcessCmdkey (byref msg as system.windows.forms.Meys, Byval KeyData as system.windows.forms.keys) as boolean

IF keydata = keys.enter then

SendKeys.send ("{tab}")

EXIT FUNCTION

END IF

END FUNCTION

转载请注明原文地址:https://www.9cbs.com/read-112106.html

New Post(0)