GeekArticles
Microsoft
Visual Basic
Microsoft
Visual BasicDiscovering Visual Basic .NET: Repeating Code
By Bill Hatfield Go to page: 1 2 Next In the previous article in this series, Discovering Visual Basic .NET: Making Decisions , you found out how to make your programs smarter by letting them make their own decisions. In the this article, I'll introduce the topic of looping and show you how to get your program to execute several lines of code again and again. VB.NET has two types of loops. The For...Next loop counts off a certain number of times and then quits. The Do...Loop uses a...n
Sponsored Links
Read Next: Visual Basic Business Objects - A Primer
Related Topics
Subscribe via RSS
Visual Basic
- VB Editions - Visual Basic
- Creating an HTML File List with VB
- Visual Basic Programming For Windows CE
- Create a GUI for an FTP Client with VB.NET
- Introduction to OOP in VB.NET
- Discovering Visual Basic .NET: Repeating Code
- Visual Basic Business Objects - A Primer
- Debugging in Visual Basic .NET
- Tutorials: Discover Visual Basic
- Polymorphism in VB - Introduction
