views:

127

answers:

2

I am looking for an OCX control that will work with VB6 and is capable of producing a grid like the one below.

alt text

Any ideas?

+1  A: 

ComponentOne still makes a suite of ActiveX controls for VB6. Their VSFlexGridPro is very flexible (pun intended).

C-Pound Guru
Unfortunately, it does not even come close to what I need.
AngryHacker
A: 

After surveying the 3rd party market, I could not find a single ActiveX control that could pivot data in a flexible manner. Ended up using DevExpress XtraPivotGrid for .NET via Interop.

AngryHacker