vb为什么捕捉不到{tab}键.txt
来自「VB技巧问答10000例 VB技巧问答10000例」· 文本 代码 · 共 8 行
TXT
8 行
我 在 微 软 新 闻 组 msnews.microsoft.con\microsoft.public.vb.controls 上 提 了 同 样 的 问 题 , 得 到 了 以 下 回 答 , 但 不 够 满 意 , 能 否 有 更 好 的 方 法 ?
***********************************************************
The Tab key is used to set the focus to the next control in thet tab order.
You can get the behavior you want by setting the TabIndex property of every
control of your form to False. But note that changing the focus from one
control to another is not possible any more.
<END>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?