Discussion:
IE Toolbar: visual style for custom windows?
(too old to reply)
Francis
2008-01-25 14:06:22 UTC
Permalink
Hello,

I am developing an Internet Explorer toolbar using COM. To enable
Windows XP visual styles I added a manifest file and defined
ISOLATION_AWARE_ENABLED. This works for the toolbar and the toolbar
buttons. However, there is also a combobox on the toolbar, and it is
rendered in the old Windows style.

I wonder if I have to do something special so that custom windows
would also receive the new themes?


Francis
Francis
2008-01-25 15:29:58 UTC
Permalink
Post by Francis
Hello,
I am developing an Internet Explorer toolbar using COM. To enable
Windows XP visual styles I added a manifest file and defined
ISOLATION_AWARE_ENABLED. This works for the toolbar and the toolbar
buttons. However, there is also a combobox on the toolbar, and it is
rendered in the old Windows style.
I wonder if I have to do something special so that custom windows
would also receive the new themes?
Francis
I found the answer here:
http://groups.google.com/group/microsoft.public.platformsdk.shell/browse_thread/thread/f1aece47175ebae8/a1ef35d08af7ccbf?lnk=st&q=ISOLATION_AWARE_ENABLED#a1ef35d08af7ccbf
I copy&pasted the code of the CMyContext class and now it seems to
work.

Loading...