HOW TO change Mouse Pointer

W

wehadyxp

i have data base have command buttom is hand no code no moudle how i ca
send to you to see that
im not understand ho do i
 
D

Dirk Goldgar

wehadyxp said:
i have data base have command buttom is hand no code no moudle how i
can send to you to see that
im not understand ho do it

You can do that by setting the button's Hyperlink Address property. You
can set it to a single space, and still use the button's Click event to
respond to a click on the button. Since the button is defined as a
hyperlink, the "hand" cursor will be displayed for it, and its caption
(if you show it) will be displayed with the formatting characteristics
your system has set for hyperlinks. The only drawback I know of to
doing this is that, if you don't set the button's ControlTipText
property, the blank hyperlink address will be displayed as the tooltip
for the button, which looks odd.
 
Top