Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tooltips for static bitmaps?
#1
Are tooltips not allowed for static bitmaps or is it a bug?They work for static icons just not static bitmaps
#2
Need flag 1.
3 Static 0x5400000E 0x0 0 0 16 16 "" ".1 tooltip"
#3
hmmmm working for static text but not static bitmap.
#4
Maybe initial size is small. Static bitmaps are autoresized depending on image size, and then only the initial rectangle is used for tooltip.

Or use SS_NOTIFY style instead of tooltip flag 1. Without this style the control is transparent to mouse messages, and therefore Windows does not see a control there.
#5
yes SS_NOTIFY style works better in this case.Will i still be able to update the tooltip?
#6
nm that update question i checked it is working.Thanks for your help


Forum Jump:


Users browsing this thread: 1 Guest(s)