gojets1721
Registered User.
- Local time
- , 17:04
- Joined
- Jun 11, 2019
- Messages
- 430
I have a textbox where I don't want the cursor to change to insertion cursor; I want it to remain the pointer when hovering over the textbox.
I placed 'screen.MousePointer = 1' in the Move Mouse event of the textbox, which worked.
However, after you hover over that textbox, the pointer cursor is used for everything else from there on out. I only want the insertion cursor to not appear only when hovering over that textbox. Any suggestions on how to accomplish that?
I placed 'screen.MousePointer = 1' in the Move Mouse event of the textbox, which worked.
However, after you hover over that textbox, the pointer cursor is used for everything else from there on out. I only want the insertion cursor to not appear only when hovering over that textbox. Any suggestions on how to accomplish that?