03-29-2013, 08:33 PM
Are tooltips not allowed for static bitmaps or is it a bug?They work for static icons just not static bitmaps
Tooltips for static bitmaps?
|
03-29-2013, 08:33 PM
Are tooltips not allowed for static bitmaps or is it a bug?They work for static icons just not static bitmaps
03-30-2013, 04:42 AM
Need flag 1.
3 Static 0x5400000E 0x0 0 0 16 16 "" ".1 tooltip"
03-30-2013, 05:54 AM
hmmmm working for static text but not static bitmap.
03-30-2013, 06:03 AM
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.
03-30-2013, 06:08 AM
yes SS_NOTIFY style works better in this case.Will i still be able to update the tooltip?
03-30-2013, 06:11 AM
nm that update question i checked it is working.Thanks for your help
|
« Next Oldest | Next Newest »
|