D
Derek Lakin
I'm in the middle of extending my Collapsible Panel
(http://www.codeproject.com/cs/miscctrl/CollapsiblePanelBar.asp) control to
support XP Themes & Styles. So I need to paint it according to the bitmaps
that are stored in the current shellstyle.dll.
Using uxtheme.dll I can get the current theme and work out the path to the
current shellstyle.dll, but how can I extract the bitmaps from it? It's not
a .NET resource file (satellite dll) so I can't use ResourceManager or
ResourceReader. Any ideas?
Derek.
(http://www.codeproject.com/cs/miscctrl/CollapsiblePanelBar.asp) control to
support XP Themes & Styles. So I need to paint it according to the bitmaps
that are stored in the current shellstyle.dll.
Using uxtheme.dll I can get the current theme and work out the path to the
current shellstyle.dll, but how can I extract the bitmaps from it? It's not
a .NET resource file (satellite dll) so I can't use ResourceManager or
ResourceReader. Any ideas?
Derek.