windows appearance

  • Thread starter Thread starter Szafranr
  • Start date Start date
S

Szafranr

Hello.

How I can detect (in VB code) witch windows style is used
(windows classic styles or windows xp styles)

Regards
Szafranr
 
* "Szafranr said:
How I can detect (in VB code) witch windows style is used
(windows classic styles or windows xp styles)

Maybe this works (notice that this function is only available in Windows
XP and newer:

\\\
Private Declare Auto Function IsThemeActive Lib "uxtheme.dll" () As Boolean
///
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top