Hi,
Odd thing happening here . . .
If you run this program, with its appropriate manifest, the tooltips appear for each button
If you click one of the buttons, and then hover over the button, the tooltips disappear!
This only seems to happen if there is an appropriate manifest, although they are slow to appear
after clicking a button without the manifest
Any ideas?
Brian
The TOOLINFO UDT is different if you have themes enabled and are using a manifiest file. There is an extra reserved UINT (pointer actually) for applications using version 6 of the common control library. Version 6 is used if your application has a manifest file so it expects the UDT to have this extra parameter.
There may be other problems as well. I haven't tried your code but I do remember having the UDT size problem when using themes
Thanks, Paul, I'll look into that
Brian