INTERACT FORUM

Windows => Plug-in Development => Topic started by: RhinoBanga on June 11, 2002, 09:56:56 am

Title: More Skinning Questions
Post by: RhinoBanga on June 11, 2002, 09:56:56 am
Matt/Nikolay,

I just noticed that the MJ treeview font can be set independantly of the skin font.

How can I get the HFONT for the treeview?
Title: RE:More Skinning Questions
Post by: Nikolay on June 11, 2002, 06:48:32 pm
Well... (scratching my head )

You can't access it using automation.

It's located at HKEY_CURRENT_USER\Software\JRiver\Music Exchange\1.0\Media Jukebox\LastFont. It's a binary entry which contains LogFont structure. Load it and use CreateFontInderect to get access to HFONT.

Nikolay