Forum: Visual Basic 4 / 5 / 6 Oct 10th, 2008 |
| Replies: 11 Views: 769 I have the "Do While" already done. I need help with the "Do Until" |
Forum: Visual Basic 4 / 5 / 6 Oct 10th, 2008 |
| Replies: 11 Views: 769 Alright, I have everything done except the "Do-Until" loop...The same rules apply. I'm trying to get the counter to read the input of the numbers.
For example, if I put in 14 for input...
The... |
Forum: Visual Basic 4 / 5 / 6 Oct 10th, 2008 |
| Replies: 11 Views: 769 Yes, I need to do it in a list box.
I have to get the cubes by doing the "Do-While", "For..Next", and "Do Until" loops.
For example:
The user enters a numbers....Lets say 14
After I... |
Forum: Visual Basic 4 / 5 / 6 Oct 9th, 2008 |
| Replies: 11 Views: 769 I'm new using Visual Basic, so I need help.
For example:
If I input "14" into the textbox, i want to have a list that will say:
1
2
3
4 |