it means malathi
VB does not determine that at all. Programmer can give loop break instructions. Break command will break loops programatically.
repeating the number of operation a fixed number of times is called determinant loop.........
Structure: do (while(expression) or until(expression)) . . . loop (while(expression) or until(expression)) This is called a loop in VB and it is used to do something more than one times. It may be used without any of the parameters "while" or "until" but in such case you have to make your code exit of the loop or most likely your program is going to stop responding. The while parameter is used when we want the code in the loop to be executed WHILE the expression is True. Example: variable = variable + 1 The until parameter is used when we want the code in the loop to be executed until the expression gets True. Example: variable = variable + 1
Yes it is possible, most things are in VB
Do while and Do until are interchangeable, and they take the opposite condition. Do While executed the body of the loop while (condition=true), and Do until executes body of loop until (condition=true). For example, if I was doing a Loop to say, while the check box is checked, display a message box (Never do this btw, it's just an example) I could either say Do While (MyCheckBox.Checked = True) Loop or Do Until (MyCheckBox.Checked <> True) Loop
vb or vb
vb or vb
you dont make vb vb is visual basics and you make stuff in it
viva question for vb
No. VB 6.0 is a much older version of Visual BASIC, dating back to 1998. VB 2010 is a modern version.
form1.vb
well there is lot of thing you can use in the vb