CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2001
    Posts
    14

    Help on Choosing and Installing Grid Control !

    Hi,

    I need help installing and choosing a grid control.

    I need a grid that allows a user to enter in numbers for a fixed number of columns (5) but unlimited number of rows (anywhere from 1 to 150 so it would need to vertically scroll). The data entered by the user into the grid control will then be exported into a text file.

    Being a VB newbie I need to know which grid control is best for this application and how I set it up in VB 6.0 ?? (eg. in Project -> Components)

    This should be possible and fairly easy shouldn't it once I get the right grid control selected ?

    Help appreciated !

    Shannon.



  2. #2
    Join Date
    Mar 2001
    Posts
    6

    Re: Help on Choosing and Installing Grid Control !

    I think the MSFlexGrid is a decent control to use that allows flexibility. Look in your components, it should be in your list. If you need further help with this control tell me and I will try to help.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured