We Recommend

Beginning VB.NET Beginning VB.NET
Visual Basic .NET is the latest version of the most widely used programming language in the world, popular with professional developers and complete beginners alike. This book will teach you Visual Basic .NET from first principles. You'll quickly and easily learn how to write Visual Basic .NET code and create attractive windows and forms for the users of your applications.


Posted By

davideweaver on 08/05/06


Tagged

loop


Versions (?)


Infinite Loop


Published in: VB.NET 


This will lock up your app

  1. For i = 1 To 2
  2. i = 1
  3. Next

Report this snippet 

Comments

RSS Icon Subscribe to comments
Posted By: Roshambo on August 8, 2006

When I saw this I literally laughed out loud.

You need to login to post a comment.