qwert Posted February 28, 2008 Posted February 28, 2008 I have a momentary (2-second) completion message that now consists of: MsgBox(48, "", "Operation is complete", 2) What I would like to have instead is a popup that looks exactly like a tooltip (small text, pale yellow background, no frame) -- and have it onscreen for only 1.5 seconds. Anyone know of an example of such a thing? Or what style would provide that result? Thanks in advance for any suggestions.
Siao Posted February 28, 2008 Posted February 28, 2008 So if you want it to look exactly like tooltip, why not use ToolTip()? "be smart, drink your wine"
qwert Posted February 28, 2008 Author Posted February 28, 2008 Works perfectly. I was overthinking the problem and didn't realize tooltips could be used independently (i.e., not associated with a control). Thanks very much.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now