Quote Originally Posted by Edgemeal View Post
Just a tip,
If the form is set to Always On Top the balloon will be behind the window, to make the balloon on top...

' Add to class declares
Private Const WS_EX_TOPMOST As Long = &H8&

Then in Public Function Create, change the first parameter (dwExtStyle) in the CreateWindowEx call from 0& to WS_EX_TOPMOST.
Thanks for the tip, working on my tooltips as i answer. Had to pay a renta coder to make the tooltip show on the text portion of a combobox