Errors often occur due to incorrect input from the user. For example, the user might make the mistake of attempting to ask the computer to divide a number by zero which will definitely cause system error. Another example is the user might enter a text (string) to a box that is designed to handle only numeric values such as the weight of a person, the computer will not be able to perform arithmetic calculation for text therefore will create an error. These errors are known as synchronous errors.
Learn how to write errors handling procedure in Visual Basic in our new lesson at
http://www.vbtutor.net/lesson28.html
2 comments:
Excellent work!
Congrats!!!
Thank you!
Post a Comment