home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Tool Box
/
SIMS_2.iso
/
tool
/
design
/
mbarvb
/
mbar.txt
< prev
next >
Wrap
Text File
|
1995-02-26
|
424b
|
17 lines
''''''''''''''''''''''''''''
' Visual Basic constant file for meter bar. Load this file
' into a code module.
''''''''''''''''''''''''''''
'BorderStyle values
Global Const MBAR_BORDER_NONE = 0
Global Const MBAR_BORDER_FIXED = 1
Global Const MBAR_BORDER_THREED = 2
'Orientation values
Global Const MBAR_ORIENT_HORIZ = 0
Global Const MBAR_ORIENT_VERTI = 1
'Error Constants
Global Const ERR_POSRANGE = 20000