home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Visual Basic 4 Power Pack
/
Visual_Basic4_Power_Pack.bin
/
vb4files
/
vbmaxlcd
/
demo.bas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1996-11-20
|
273 b
|
14 lines
Attribute VB_Name = "basDemo"
Option Explicit
Global Const gnALIGN_LEFT = 0
Global Const gnALIGN_RIGHT = 1
Global Const gnCENTER = 2
Global Const gnAUTOSIZE_CONTAINER_TO_LCD = 0
Global Const gnAUTOSIZE_LCD_TO_CONTAINER = 1
Global Const gnAUTOSIZE_OFF = 2