如何在combo的click事件combo显示的内容为其内容的一部分.txt
来自「以电子书的形式收集了VB一些常见问题解决方法,可以很方便的查找自己需要解决的问题」· 文本 代码 · 共 5 行
TXT
5 行
Drop a Text box, Name it txtPart covers the combobox, but not the drop down arrow.
In the combo click event, add:
txtPart.text=mid(cbo.text,3, 4)
<END>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?