MouseCursor IDC_HAND

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My form code is set to Options Explicit and for some reason I can't get the
MouseCursor IDC_HAND code to work. It keeps displaying sub or function not
defined. Could someone help me? Thanks.
 
No I haven't Doug. I read a newsgroup article that said I could set the
hyperlink subaddress of the label that I want to change to a hand on
mouseover event by entering a space into the properties sheet. While this
works, I don't think it provides good documentation of the application's
code. I am just trying to get the pointer to change to a hand on on mouseover
and want to put some code on the mouseover event. Thanks.
 
Thanks Doug. I never had to work with modules and need to read up more on
them. I pasted the code into a new module and then put MouseCursor IDC_HAND
in the onmousemove event and it works great. Thanks again!
 
Back
Top