Skip to content

xxdoc/CFlexGrid

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CFlexGrid

VB6 MSHFlexgrid Routines and Fixes (Scrollbar Thumbsize, and 64K+ Rows without Scrolltrack)

Includes generic subclassing framework.

CFlexGrid.cls - all Flexgrid Routines are here
MSubclass.bas - Subclassing Framework, redirects Hook to an ISubclass Implemented class
ISubclass.cls - Subclassing Interface Stub
CMinMax.cls - Example Class Implementing Subclassing Framework

To use CFlexGrid or CMinMax from within a Form with a MSHFlexgrid on it:

Option Explicit
Private mm As New CMinMax
Private WithEvents fg As CFlexGrid
Private Sub Form_Load()
    Set fg = New CFlexGrid
    fg.Attach MSHFlexGrid1, Me
    mm.Attach Me, 320, 200
End Sub

About

VB6 MSHFlexgrid Routines Scrollbar Thumbsize, and Subclassing Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Visual Basic .NET 100.0%