Are folks using the VB6 "Common Controls Replacement Project" controls? Any caveats or showstoppers?

Posted by Clay Nichols on Stack Overflow See other posts from Stack Overflow or by Clay Nichols
Published on 2010-05-13T16:45:19Z Indexed on 2010/05/14 15:24 UTC
Read the original article Hit count: 190

I'm considering using the VB6 Common Controls Replacement Project controls and would like to see what other's experiences with them are.

Specifically:

  1. What do you need to distribute with them? (I assume just the .OCX file)
  2. Do I need to register the .ocx file or just include in the app directory?
  3. Do these controls depend on any other ocx's? (There is mention, for example in the Progress Bar replacement that it is using COMCTL32.DLL but the .DEP file does not list that DLL.
  4. Are they at least as robust as the controls they replace?

© Stack Overflow or respective owner

Related posts about vb6

Related posts about vb-common-controls-replac