--- In [email protected], "entropyreduction" <[EMAIL PROTECTED]> wrote: > > > Okay, try dialogplugin1.11provisional080423.zip > [...] > How about with above version?
Seems to be back to normal. I suspect the answer does not lie with Visual Controls. IOW, whatever needs changing, I think will probably work whether or not the manifest is active. You might want to comb through "about tooltips" and see if something is being missed. For example, you're supposed to explicitly initcommoncontrols and there's a flag that needs setting if you want to have mouse movement notifications forwarded. http://msdn2.microsoft.com/en-us/library/bb760250(VS.85).aspx There have also been some structure changes (e.g., this one: http://msdn2.microsoft.com/en-us/library/bb760258(VS.85).aspx ) and there are also Unicode/Ansi considerations. If is really is the actual 6.0 common controls causing the problem, I also saw this, though I don't know if PowerPro's manifest would override it. I tend to think that since tooltips weren't working even when it looked like visual styles were disbled, that this is not the problem. #define _WIN32_IE 0x0501 #include <commctrl.h>
