Textbox with arrow cursor (not insertion point)

dmr

Registered User.
Local time
Today, 03:01
Joined
Dec 15, 2009
Messages
34
I am using a textbox as a button. When I hover over that textbox, I want the cursor to be an arrow, not an insertion point. The only way I found to do this was to set "enable" to false, but I can't do that because the textbox has to be clickable. Is there any way to set the cursor to an arrow?
 
In the mouseMove event of the textbox, set screen.mousePointer = 1
 

Users who are viewing this thread

Back
Top Bottom