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

  • Thread starter Thread starter Mikhail
  • Start date Start date
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
 
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.
 
Back
Top