Drag N Drop Tooltips?

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

Guest

Hi,

I have a cool new little Drag N Drop feature I've added to my forms for
dragging data from one field to another. Works great, but is there a way I
can create a Tooltip that travels with the mouse cursor which shows the data
I'm dragging? I know how to change the mouse cursor itself.

Thanks.
 
Tooltips are "connected" to Controls. Unless you are actually moving a
Control in your Drag N Drop feature, I don't think so. You can, of course,
include code to move a Label or Text Box along with whatever visual
representation you are using. Note that these are just rather general
statements because you didn't say how you accomplished Drag N Drop.

Larry Linson
Microsoft Access MVP
 
Back
Top