Does MS Flex Grid support Unicode? No.
Is there a suitable replacement? Yes.
The MS Hierarchical Flexgrid (MSHFLXGD.OCX) appears to have the same API and supports UNICODE. http://support.microsoft.com/default.aspx?scid=kb;en-us;275201
I have confirmed that you can send unicode data to this OCX.
Where can I get MS Hierarchical Flexgrid? VS6SP6.
MSHFLXGD.OCX comes with Visual Studio 6. The latest version is 6.0.88.4, which can be found in Visual Studio 6 Service Pack 6.
If you don't have the ancient Visual Studio 6, you can do the following:
- Download Visual Studio 6 Service Pack 6 (Vs6sp6.exe)
- Extract MSHFlxGd.CAB from Vs6sp6.exe
- Extract the contents of MSHFlxGd.CAD.
- Install MSHFLXGD.INF by right-clicking on it and pressing install. (This copies MSHFlxGd.ocx to c:\windows\system32)
- #4 didn't register the OCX for me, so I manually called regsvr32 on the ocx.