Grid Library |
![]() ![]() |
The MyMASIC2_MaxGRIDX Library contains interface functions to the MaxGRIDX ActiveX components. This is an ActiveX implementation of the popular GridCtrl by Chris Maunder from Codeproject (www.codeproject.com). Additional higher functionalities such as file load and save of C3D and ASCII files has been implemented.
The library can create a standalone container window for the ActiveX component or it can use an already existing window by referencing MyBASIC2 environment variables.
Note; Row and Column numbers use the current OPTION BASE setting.
To use the library, include the following in your code
$INCLUDE "MyBASIC2_MaxGRIDX" $LIBRARY "MyBASIC2_MaxGRIDXLib"
|