Dec 262017
 
LVS Windows (tm) v3.1 - The C++ Window Class System.
File LVSWIN31.ZIP from The Programmer’s Corner in
Category C++ Source Code
LVS Windows ™ v3.1 – The C++ Window Class System.
File Name File Size Zip Size Zip Type
DEMO.CPP 27610 7906 deflated
DEMO.DOC 2818 945 deflated
DEMO2.CPP 14500 3677 deflated
DEMO2.HPP 1383 536 deflated
DEMO3.CPP 690 354 deflated
DEMO4.CPP 3114 840 deflated
LVSMENU.HPP 2343 820 deflated
LVSPICK.HPP 872 413 deflated
LVSWIN.DOC 98293 23074 deflated
LVSWIN.H 10109 2801 deflated
LVSWIN.HPP 23138 5383 deflated
LVSWIN_S.LIB 104960 38541 deflated
LVS_HARD.HPP 478 275 deflated
LVS_PRN.HPP 2748 1091 deflated

Download File LVSWIN31.ZIP Here

Contents of the DEMO.DOC file


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.


 December 26, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)