home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windoware
/
WINDOWARE_1_6.iso
/
source
/
lvswin31
/
demo.doc
< prev
next >
Wrap
Text File
|
1992-02-26
|
3KB
|
70 lines
To build the demo programs.
Turbo C++ v1.0
TCC -ms -Z -O DEMO.CPP WINOBJ_S.LIB
TCC -ms -Z -O DEMO2.CPP WINOBJ_S.LIB
TCC -ms -Z -O DEMO3.CPP WINOBJ_S.LIB
TCC -ms -Z -O DEMO4.CPP WINOBJ_S.LIB
Borland C++ v2.0
BCC -ms -Z -O DEMO.CPP WINOBJ_S.LIB
BCC -ms -Z -O DEMO2.CPP WINOBJ_S.LIB
BCC -ms -Z -O DEMO3.CPP WINOBJ_S.LIB
BCC -ms -Z -O DEMO4.CPP WINOBJ_S.LIB
Zortech C++ v3.0
ztc -mm DEMO.CPP WINOBJZM.LIB
ztc -ms DEMO2.CPP WINOBJZS.LIB
ztc -ms DEMO3.CPP WINOBJZS.LIB
ztc -ms DEMO4.CPP WINOBJZS.LIB
Some of the features of the Demo.CPP program provided with LVS Windows.
Command line options:
/b use bios video writes
/s CGA snow suppression
/m remap colors to black & white
/ms use simple mouse support, full support by default
/mn use no mouse support
/5 use VGA 50 line mode
/2 use VGA 28 line mode
/V don't use VGA graphics/colors (default do use)
Using the Mouse:
You must have a MicroSoft compatible mouse with mouse.com
loaded for mouse support.
Simple support: (/ms switch)
- there will be no mouse cursor present.
- moving the mouse is equal to using the arrow keys.
- the right mouse button equates to the ESC key.
- the left mouse button equates to ENTER.
Full support: (default)
- there will be a mouse cursor.
- the right mouse button equates to the ESC key.
- to make a menu selection, click the left button the
the item of your choice.
- you can move any bordered window. Move the mouse cursor
to the top border of the window you wish to move. Press
and hold the left mouse button. The top left edge of the
window will follow the mouse cursor until you release the
left button.
- you can resize any bordered window. Move the mouse cursor
to the bottom right corner of the window. Press and hold
the left mouse button. You can now make the window shrink
and grow by moving the mouse. The max size for any window
is its virtual size. Any window which is smaller than its
virtual size will have panning arrows on the left and/or
bottom border.
- you can pan a window which has a virtual size larger than
its fisical size. Just click on the panning arrows on
the left or top border. Holding down on the left button
will cause the window to pan until the end.
- you can scroll a pick list by clicking on the up/down
arrows on the left border of the window.
- you can move the text cursor in a data entry window by
clicking on the field of your choice.