Author Topic: EZC file for MLG  (Read 188 times)

Chris Gaskell

  • Newbie
  • *
  • Posts: 3
    • View Profile
EZC file for MLG
« on: March 06, 2024, 04:04:00 am »
This is the MLG EZC file that was provided with My Little Grid:

<<<DESC>>>
   My Little Grid
<<<END>>>
<<<CLASS>>>
   MYLITTLEGRID
<<<END>>>
<<<DLL>>>
   mlg.dll
<<<END>>>

' change paths to match the ones on your system !
<<<INCLUDES>>>
   #INCLUDE "c:\mlg\MLG_DLLPB.INC"
<<<END>>>
' syntax:    FunctionName|par1
' par1 must be a string in quotes or a numeric value (long)
' must be actual function name in DLL !
' PB function names are converted to all CAPS when compiled.
<<<REGISTER>>>
   MLG_INIT
<<<END>>>
' Property Character|Style|Style Numeric Value
' or
' Property Character|Style Description|Style|Style Numeric Value
' maximum of 30 styles allowed
' extend styles must have [EX] before value
' Note: %WS_CHILD and %WS_VISIBLE are always assumed so don't define
<<<STYLES>>>
   F|Flat Border|%WS_BORDER|&H800000
   R|Raised Border|%WS_DLGFRAME|&H400000
   S|Sunken Border|%WS_EX_CLIENTEDGE|[EX]&H00000200
   T|Tabstop|%WS_TABSTOP|&H10000
<<<END>>>
<<<USECOLORMSG>>>
   NO
<<<END>>>
<<<USEFONTMSG>>>
   NO
<<<END>>
<<<DEFAULTTEXT>>>
   e3/r50/c8/b3/m1First,Second,Third
<<<END>>>
<<<NOTIFY>>>
<<<END>>>
<<<INITCODE>>>
   MLG_Init 
<<<END>>>
<<<CODE>>>

<<<END>>>