|
-
Feb 1st, 2013, 06:29 AM
#1
Thread Starter
Junior Member
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.
-
Feb 1st, 2013, 06:40 AM
#2
Re: Better grids for vb6.
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)
-
Feb 1st, 2013, 07:00 AM
#3
Frenzied Member
Re: Better grids for vb6.
 Originally Posted by Bonnie West
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.
-
Feb 1st, 2013, 07:09 AM
#4
Frenzied Member
Re: Better grids for vb6.
 Originally Posted by SVL_ALFX
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.
-
Feb 1st, 2013, 07:14 AM
#5
Frenzied Member
Re: Better grids for vb6.
 Originally Posted by SVL_ALFX
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|