mouse move event on textbox

User avatar
sal21
PlatinumLounger
Posts: 4495
Joined: 26 Apr 2010, 17:36

mouse move event on textbox

Post by sal21 »

Why when the mouse pointer go on a textbox the pointer is a I, and not the tipical arrow to the default?
I need always a little arrow on my form objects!
Last edited by HansV on 13 Jun 2024, 11:36, edited 1 time in total.
Reason: tetxbox > textbox

User avatar
HansV
Administrator
Posts: 79443
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: mouse move event on textbox

Post by HansV »

S2559.png
This is the mouse pointer for selecting text.

S2560.png

To change this, edit the MousePointer property of the text box.
You do not have the required permissions to view the files attached to this post.
Best wishes,
Hans

User avatar
sal21
PlatinumLounger
Posts: 4495
Joined: 26 Apr 2010, 17:36

Re: mouse move event on textbox

Post by sal21 »

HansV wrote:
13 Jun 2024, 11:43
S2559.png
This is the mouse pointer for selecting text.


S2560.png


To change this, edit the MousePointer property of the text box.
Great!!!!
Tested and work, exactlly tath i need.
tks bro