Hello:
How do i make a balloon style tool tip appear over buttons and/or icons? I searched this forum for "balloon" and "balloon tooltip" but found nothing. Any leads to source code for doing this like willy gates?
SS
How do i make a balloon style tool tip appear over buttons and/or icons? I searched this forum for "balloon" and "balloon tooltip" but found nothing. Any leads to source code for doing this like willy gates?
SS
Use a normal tooltip control with the TTS_BALLOON style set...
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/tooltip/reflist.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/tooltip/reflist.asp
You make a ToolTip control with TTS_BALLOON, assign it to a window.
////
Donkey was faster ^^"
TTS_BALLOON
Version 5.80. Indicates that the ToolTip control has the appearance of a cartoon "balloon," with rounded corners and a stem pointing to the item.
Version 5.80. Indicates that the ToolTip control has the appearance of a cartoon "balloon," with rounded corners and a stem pointing to the item.
////
Donkey was faster ^^"