使用箭头光标作为文本框
我在 MS Access 2003 表单中使用文本框代替按钮。当我将鼠标悬停在文本框上时,光标会变为插入点。有什么方法可以使光标保持鼠标状态(并保持文本框可点击 - 因此“启用”属性不能设置为“否”)?
I am using a textbox in lieu of a button in a MS Access 2003 form. When I hover over the textbox, the cursor changes to an insertion point. Is there any way to keep the cursor a mouse (and keep the textbox clickable- so the "enabled" property can't be set to "no")?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在文本框的鼠标移动事件中,设置:
In the mouse move event of the textbox, set:
这也很有用,您可以将其用作参考并在其基础上构建以满足您的需求。
粘贴到模块中:
如何调用超链接手(记住使用正确的模块名称):
如何调用默认光标形状:
来源:
更改光标形状
This will also be useful, you can use it as reference and build upon it to fit your needs.
Paste into module:
How to call the hyperlink hand (remember to use the proper module name):
How to call the default cursor shape:
Source:
Changing Cursor Shape