Results 1 to 5 of 5

Thread: Better grids for vb6.

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 2011
    Posts
    30

    Question Better grids for vb6.

    Hallo, I use DataGrid and MSHFlexGrid for my VB6 Application, but this types of grid are very poor of functionality.
    Can you suggest me a better grid to use in my VB6 application, that has a lot of functionality like modern applications have ?
    VB6 is very old, and its grid too. Does a better and more modern grid exists for VB6 ?
    Thank you.

  2. #2
    Default Member Bonnie West's Avatar
    Join Date
    Jun 2012
    Location
    InIDE
    Posts
    4,060

    Re: Better grids for vb6.

    Try LynxGrid.
    On Local Error Resume Next: If Not Empty Is Nothing Then Do While Null: ReDim i(True To False) As Currency: Loop: Else Debug.Assert CCur(CLng(CInt(CBool(False Imp True Xor False Eqv True)))): Stop: On Local Error GoTo 0
    Declare Sub CrashVB Lib "msvbvm60" (Optional DontPassMe As Any)

  3. #3
    Frenzied Member
    Join Date
    Jan 2010
    Posts
    1,103

    Re: Better grids for vb6.

    Quote Originally Posted by Bonnie West View Post
    LynxGrid has a known serious issue with the way using subclass. If OS locale is Japanese or PRC (LCID=2052), LynxGrid draw extremely slow.
    Last edited by Jonney; Feb 1st, 2013 at 07:16 AM.

  4. #4
    Frenzied Member
    Join Date
    Jan 2010
    Posts
    1,103

    Re: Better grids for vb6.

    Quote Originally Posted by SVL_ALFX View Post
    Hallo, I use DataGrid and MSHFlexGrid for my VB6 Application, but this types of grid are very poor of functionality.
    Can you suggest me a better grid to use in my VB6 application, that has a lot of functionality like modern applications have ?
    VB6 is very old, and its grid too. Does a better and more modern grid exists for VB6 ?
    Thank you.


    I also dream for a open source Grid control like Excel. But for ten years, I still haven't had it.
    Last edited by Jonney; Feb 1st, 2013 at 07:18 AM.

  5. #5
    Frenzied Member
    Join Date
    Jan 2010
    Posts
    1,103

    Re: Better grids for vb6.

    Quote Originally Posted by SVL_ALFX View Post
    Hallo, I use DataGrid and MSHFlexGrid for my VB6 Application, but this types of grid are very poor of functionality.
    Can you suggest me a better grid to use in my VB6 application, that has a lot of functionality like modern applications have ?
    VB6 is very old, and its grid too. Does a better and more modern grid exists for VB6 ?
    Thank you.
    I personally recommend Flexcell which is very easy to use. I used it for few years. But it is not free.

    Distinct features:

    1. Cells can be merged.
    2. Interactive with Excel
    3. Import and Export
    4. capability to put picture in cells
    5. Powerful Printing
    6. Internal build-in barcode and Chart.

    Link: www.grid2000.com

    with few years experience in VB6, I think VB is lack of a good Grid control (comprehensive knowledge)and an unicode Richedit (COM knowledge). But both of them is a tough job (mission impossible) to create a ActiveX control by own. I don't have this capability yet.
    Last edited by Jonney; Feb 1st, 2013 at 08:05 AM.

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