From: avi on 1 Apr 2010 14:36 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 1 Apr 2010 16:26 "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 1 Apr 2010 18:48 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 1 Apr 2010 23:50 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 |
|
Pages: 1 Prev: SendKeys/MySendMyKeys (Karl) Next: SendKeys/MySendKeys (Karl) |