home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Tool Box
/
SIMS_2.iso
/
vb_code2
/
vb_dia
/
vbdia.txt
< prev
next >
Wrap
Text File
|
1992-03-08
|
1KB
|
30 lines
Diamond Arrow Pad for Visual Basic 1992 by Mark Gamber
This gives Visual Basic an arrow control consisting of an up, down, left
and right button combined into four "sub buttons" in a diamond shaped pad. Add
the file VBDIA.VBX to VB by selecting "Add File" in the "File" menu and
selecting the file from the listbox. You should see a diamond shaped tool
appear in the toolbox and, if so, you're ready to use the control.
The control provides the "Click" procedure which passes an integer value to
your VB code named "Button". The Button values are:
0 - Top button clicked (up arrow)
1 - Right button clicked (right arrow)
2 - Bottom button clicked (down arrow)
3 - Left button clicked (left arrow)
Along with the control, there should be an example of how it may be used in
Visual Basic. Examine the "Click" procedure for more information.
This is free software for anyone who wants it provided:
1. Credit is given where credit is due.
2. I'm not liable. End of story.
Questions, bugs and general praise may be sent E-Mail on America Online to
MarkG85. No other coorespondance will be answered, if received.