View Single Post
  #3 (permalink)  
Old 07-09-2009, 6:45 AM
JohnH's Avatar
JohnH JohnH is offline
VB.NET Forum Moderator
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: Dec 2005
Location: Norway
Age: 37
Posts: 10,329
Reputation: 1315
JohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond reputeJohnH has a reputation beyond repute
Default

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?
__________________
Reply With Quote