I'm wanting to use Grouping in CListCtrls, which seems to have been introduced in Common Controls 6. CC6 only came out with XP, so we have a problem with Windows 2000 and earlier. Deploying a new version of Comctl32.dll would seem to be the solution - however, our software has the requirement of being a standalone executable.

Is there a solution to this problem?

link|improve this question

79% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Unfortunate information from Microsoft:

Unlike earlier versions of ComCtl32.dll, version 6 is not redistributable. The only way you can use version 6 of the dynamic-link library (DLL) is to use an operating system that contains it.

Found at: http://msdn.microsoft.com/en-us/library/ms997646.aspx

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.