Simulate Hyperlink

  • Thread starter Thread starter Jose Perdigao
  • Start date Start date
J

Jose Perdigao

is it possible to simulate hyperlink using testbox? I mean, when I move the
mouse over the test box, it should show a han.

Thanks
José Perdigão
 
Jose said:
is it possible to simulate hyperlink using testbox? I mean, when I move the
mouse over the test box, it should show a han.

Thanks
José Perdigão
Hi Jose

Go to this site and copy the code

http://www.mvps.org/access/api/api0044.htm

go to the database window - Modules and click on New

Paste the code from **code start** to **code end** and click the
diskette to save the module. Close the module.

go to the textbox properties and get the mousemove event

paste:

MouseCursor IDC_HAND

close the window and go to the form.

pass the cursor over the textfield and the hand will appear. Leave the
texfield and the arrow reappears!

Thanks to Terry Kreft :)

Hope it helps

Jeff C
 
Back
Top