data the steps to create a menu
Example
S E L E C T I O N M E N U
1. Exercice 1
2. Exercice 2
3.Exercice 3
Enter the number for your selection: _
you probably want to start with a clear screen routine
after that, it's a matter of positioning the console cursor and displaying a string (several times)
you might want a routine that does both, then call it with the Xpos, Ypos, and StringPointer
finally, you want a routine that waits for a keyboard response and branches based on user input
what parts of that are you having trouble with ?
I am the first time created menu
but not included!!
try this....
:t Thanks YOu :t
how small between a large menu
for Example :
E L E C T I O N M E N U
1. Exercice 1
2. Exercice 2
3.Exercice 3
Enter the number for your selection: 1
---------------------------------------------------------------------------------------------------------------
SI enter the number 1
-----------------------------------------------------------------------------------------------------------------
E L E C T I O N M E N U
1. question 1
2. question2
3.question3
4.question4
5.return Menu Pricipal
Enter the number for your selection:
if you clear the screen when they make a selection, it might look nicer
double-spaced, you can get 13 lines
but its not working
when an item is selected, call SetConColors
it sets the colors, but it also clears the screen - just set the same colors
if you look at that program, that's what i did