|
-
May 25th, 2009, 01:47 PM
#15
Re: balloon tooltip
 Originally Posted by Edgemeal
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
Waiting for a full featured smart phone with out marrying a provider
Go Android
Go raiders 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|