From: avi on
Hello,

I insert an ActiveX object in Excel which possesses a _MouseMove (x,y)
event

The object has not a tooltip property

How can I display a text when hovering over the object an hiding it
when the mouse leaves it

Thanks
Avi

From: MikeD on


"avi" <aviben(a)bezeqint.net.il> wrote in message
news:02ed5c44-a1a9-4de5-9f7c-4762fad6b317(a)w17g2000yqj.googlegroups.com...
> Hello,
>
> I insert an ActiveX object in Excel which possesses a _MouseMove (x,y)
> event
>
> The object has not a tooltip property
>
> How can I display a text when hovering over the object an hiding it
> when the mouse leaves it
>

This group's for VB. Try asking in an Excel newsgroup.


From: Bee on
Where are you creating the ActiveX control? In VB6?

"avi" wrote:

> Hello,
>
> I insert an ActiveX object in Excel which possesses a _MouseMove (x,y)
> event
>
> The object has not a tooltip property
>
> How can I display a text when hovering over the object an hiding it
> when the mouse leaves it
>
> Thanks
> Avi
>
> .
>
From: Mayayana on
There's a sample tooltip class here:
http://btmtz.mvps.org/tooltip/

|
| I insert an ActiveX object in Excel which possesses a _MouseMove (x,y)
| event
|
| The object has not a tooltip property
|
| How can I display a text when hovering over the object an hiding it
| when the mouse leaves it
|
| Thanks
| Avi
|