G
Guy
1. I need to increase the default Tooltip font size. Is this possible?
2. Also I would like to specify one of the icons to appear in the tooltip
using :
" ToolTip Icons (Set with TTM_SETTITLE)"
Only problem is - how do I use TTM_SETTITLE to do this?
I have tried : SendMessage(m_hwndTT, TTM_SETTITLE + TTI_WARNING, IcType,
ByVal sText)
but this does nothing.....
Thanks
Guy
2. Also I would like to specify one of the icons to appear in the tooltip
using :
" ToolTip Icons (Set with TTM_SETTITLE)"
Only problem is - how do I use TTM_SETTITLE to do this?
I have tried : SendMessage(m_hwndTT, TTM_SETTITLE + TTI_WARNING, IcType,
ByVal sText)
but this does nothing.....
Thanks
Guy