CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2000
    Location
    NY, USA
    Posts
    632

    QuickBooks like Grid

    Does anybody know an ActiveX control similar to QuickBooks or Quicken grid.
    I need a grid which has 2 lines in the row and cells can be different types (text, calendar, combo, button).
    This is a screenshot of the QuickBooks register screen:






    I'd like to have the same or similar

    Thank you

    Vlad

  2. #2
    Join Date
    Jul 2007
    Posts
    71

    Re: QuickBooks like Grid

    I think, in the quick book the specificaly deesigned grid for their project.
    but you can do similarly like that using VBFlax guid. Actually in the flax guid no text or combobox added already. we can join textbox, combo, date control with that ourself.


    Just go this website and try to get some code about Using MSFlax grid there, choose what language code u want and search.

    www.planet-source-code.com

    I don't know, u can get exactly what you expact but try.

    - Pragash

  3. #3
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: QuickBooks like Grid

    Prolly easier in Net to get the controls looking similar. Too hard with the msFlexgrid or mshFlexgrid. You could also use the Excel spreadsheet object on a form. That may be easier.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  4. #4
    Join Date
    Aug 2003
    Location
    Sydney, Australia
    Posts
    1,901

    Re: QuickBooks like Grid

    Not sure exactly what this is, but 9500 views makes it rather interesting if you are into Quick Books controls !

    http://www.codeguru.com/forum/showth...UICKBOOKS+GRID

  5. #5
    Join Date
    Jul 2006
    Location
    Germany
    Posts
    3,725

    Re: QuickBooks like Grid

    Yeah. As far as I recall this is a very good tutorial by JonnyPoet of how to write an ActiveX control which acts like a QuickBooks grid.
    Sounds exactly like what you are looking for, vchapran.

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