deployment - Common Controls 6.0 in Windows 2000? -


i'm wanting use grouping in clistctrls, seems have been introduced in common controls 6. cc6 came out xp, have problem windows 2000 , earlier. deploying new version of comctl32.dll seem solution - however, our software has requirement of being standalone executable.

is there solution problem?

unfortunate information microsoft:

unlike earlier versions of comctl32.dll, version 6 not redistributable. way can use version 6 of dynamic-link library (dll) use operating system contains it.

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


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -