How to make it use 5th version of comctl32.dll

M

Mikhail

Hi,

For some reason my .NET application uses the 6th version of comctl32.dll and
not the 5th which, according to Microsoft, should also be present in
Windows. The new DLL is causing problems with my TreeView based control so I
want to go back to the 5th version of the DLL. How do I do that?
Also I am curios how did the user manage to get 6th version withouth the 5th
on his pc to be able to reproduce this problem...

Regards,
Misha
 
C

Ciaran O''Donnell

I you want to not have the update date UI look on your app, you need to
remove the call to Application.EnableVisualStyles() which is put in main
automatically by VS2005.
 

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

Top