Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:

I want to use MSFlexGrid in vb.net2005?

So How Could I use it 

Posted

1 solution

In your project's solution explorer:

  1. Right-click on References 
  2. Select Add Reference 
  3. Select the COM tab 
  4. Scroll down to and select Microsoft FlexGrid Control, click OK 

In your Toolbox: 

  1. Right-click anywhere & select Choose Items... 
  2. Select the Comm Components tab
  3. Check the checkbox next to Microsoft FlexGrid Control, click OK 

You can now use it like any other control in your project, find it in the General section of your Toolbox. 

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900