answersLogoWhite

0

Depends on your code, you may have an infinite loop being run due several reasons:

- You may have used the wrong symbols ("<" or ">", an example shown below;

Dim Var1 as integer = 20

Do

Var1 = Var1+1

Loop Until Var1 >= 19

This is an example of an infinite loop, sometimes crashing the form. But it depends on your program.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is a form in visual basic 6.0?

object


What is the difference between projects and form in Visual Basic 6?

a project in visual basic is a collection of different objects like forms. it is saved with an extension of .vbp. A form in visual basic displays various controls that provide the user interface. it is saved with an extension of .frm.


What is visual basic 2008?

Visual Basic create windows form applications. They are things like your Web Browser, e.g. Internet Explorer.


What is the full form of vbs?

VBS is Visual basic Script.


Full form of ide in visual basic?

Integrated Development Environment...


How do you paste text from a button in visual basic 2010?

Click on the design form, click the button, select the text property, highlight all the text, press Ctrl + C


What happens when you click a toolbox control in Visual Basic?

the control appear on the form


How do you make a login form with an array on visual basic 2010.?

To create a login form using an array in Visual Basic 2010, you can first define a string array to hold valid usernames and passwords. For example, you could use Dim credentials(,) As String = {{&quot;user1&quot;, &quot;pass1&quot;}, {&quot;user2&quot;, &quot;pass2&quot;}}. In the form's button click event, iterate through the array to check if the input username and password match any of the pairs. If a match is found, grant access; otherwise, display an error message.


History of Visual Basic NET?

It is a plate form to implement different languages on a single plateform


What are the ratings and certificates for The Most Basic Form of Mind Control is Repetition - 2010?

The Most Basic Form of Mind Control is Repetition - 2010 is rated/received certificates of: USA:R


What is a formtext?

Form text is any data that has been entered into a form. This term is commonly used in reference to Visual Basic programming.


Comparison of visual basic and C?

The syntax and operation is very similar, but visual basic isn't as powerful. Think of it as a watered down, easier version of c. With C, you can create anything from a simple calculator application to a full blown operating system. Visual basic can't make anything as extensive as an operating system, but it is much faster to code in visual basic when you want to make form based programs, or applications.