CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Help woth grids

  1. #1
    Join Date
    Feb 2000
    Posts
    5

    Help woth grids

    Well, I am currently working on an application and I want to insert a grid,but which should be unbound.
    In fact,I should be able to enter values in the grid rows,giving the user possibility to enter more rows if required.
    For example, in an invoicing transaction...where more that one product is being sold,I need to store the information in a grid before saing it to a file.
    PLease tell me how to do it,I'm having some problems...also, how do I include a combo box in a grid cell for selection.

    Thnx


  2. #2
    Guest

    Re: Help woth grids

    I am looking for the same thing so if you find anything would you email me at [email protected] and I will do that same.

    Thanks


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