Kieron,
>Does anyone know of any tutorials of using the UxTheme.dll functions from
>within a C# app...i seem to be having a serious 'brain fade' with
>this...can't draw the correct fonts etc...any help would be appreciated.
Any specific function you have problems with? Using the Uxtheme APIs
isn't different from using most other Win32 APIs, so pretty much any
P/Invoke article could be useful reading. I have some listed at
http://www.dotnetinterop.com/articles.aspx#pinvoke
Mattias

Signature
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/
Please reply only to the newsgroup.
Kieron Lanning - 25 Aug 2003 12:30 GMT
In addition, using either the GetThemeFont, GetThemeSysFont, GetThemeColor
and GetThemeSysColor always seem to return empty results...thanks for the
help!
Kieron
> Kieron,
>
[quoted text clipped - 9 lines]
>
> Mattias