
07-09-2009, 6:45 AM
|
 |
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
|
|
Join Date: Dec 2005
Location: Norway
Age: 37
Posts: 10,329
Reputation: 1315
|
|
AxInterop.MSFlexGridLib is just the managed wrapper library that interacts (interop) with the MSFlexGrid ActiveX control, which has to installed (registered) in system first.
Why not use the .Net DataGridView control?
|