Windows Confirm Box Subroutine
by Alex Roper


1. Introduction
2. prgmCONFRCL
3. prgmZWINCONF
4. Giving me Credit
5. Contact me


1. Introduction
This group contains a Confirm box. It uses a mouse.

2. prgmCONFRCL
To use:
1) Send to Calc
2) Go to place in program where you want to have confirm box
3) press 2nd STO> PRGM LEFT-ARROW
4) Press the number to the left of CONFRCL
5) ENTER
6) Scroll down until you see "Title". Replace it with the confirm box title (10 chars max)
7) Scroll down until you see "Line 1". Replace it with the confirm line one text (20 chars max)
8) Scroll down until you see "Line 2". Replace it with the confirm line two text (20 chars max)
Now a confirm box will pop up.
To determine what the user said: after the box, if the user chose "Yes", Z=6. if they chose "No" then Z=7.
You don't need to include prgmCONFRCL with your program.

3. prgmZWINCONF
To use:
1) Send to Calc
2) Go to place in program where you want to have confirm box
3) type ALPHA +
4) type up to 10 chars you want to be the confirm box's title.
5) type ALPHA +
6) press STO>
7) type VARS 7 9
8) Go to a new line
9) type ALPHA +
10) type up to 20 chars for the confirm box's text
11) type ALPHA +
12) type STO>
13) type VARS 7 8
14) Go to a new line
15) type PRGM LEFT-ARROW
16) type the number next to ZWINCONF
ow a confirm box will pop up.
To determine what the user said: after the box, if the user chose "Yes", Z=6. if they chose "No" then Z=7.
If you use prgmZWINCONF, people who use your program will also need to have prgmZWINCONF in RAM.

4. Giving me Credit
You don't need to give me credit for these boxes, as long as you don't say you wrote the boxes. If you modify them for the better, e-mail them to me and i'll post an update with you as co-author. You can modify them for your own purposes, again as long as you don't say you wrote the origional.

5. Contact me
E-mail me at acr34@hotmail.com