Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tooltip on Minimized Form in VFP6
Message
From
11/05/2004 01:37:33
Gavin Reid
L & M Marketing Pty Ltd
Frenchs Forest, Australia
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Tooltip on Minimized Form in VFP6
Miscellaneous
Thread ID:
00902706
Message ID:
00902706
Views:
60
Hi All,

I want to display a tooltip when the mouse moves over a minimized VFP6 form. I added the following code to the MOUSEMOVE Event to simulate a tooltip, but the MouseMove doesn't seem to fire when the form is minimised. Anyone have any idea on how to achieve this?

Thanks,
Gavin.
LPARAMETERS nButton, nShift, nXCoord, nYCoord

IF This.WindowState = 1
    WAIT WINDOW This.Caption TIMEOUT 2
ENDIF

RETURN DODEFAULT()
Next
Reply
Map
View

Click here to load this message in the networking platform