| |

| How Does Y2K Affect Visual Basic? Posted in Visual Basic > Error Handling by tutorialgrub on Apr 22, 2011
Hands up—how many of you have heard of the "Millennium Bug" or "Year 2000 Problem" or whatever else it has been called over the last few years? |
| |

| War Against Bugs Posted in Visual Basic > Error Handling by tutorialgrub on Apr 19, 2011
Program bugs are highly ecological because program code is a renewable resource. If you fix a bug, another will grow in its place. And if you cut down that bug, yet another will emerge |
| |

| Software Testing Posted in Visual Basic > Error Handling by tutorialgrub on Apr 17, 2011
Software projects often run into trouble, more so when they are team developments. The industry average for software development projects is that typically about four in every five overrun their planned time scales and budgets, and less than half actually deliver everything that they are supposed to. |
| |

| Error Handling Posted in Visual Basic > Error Handling by tutorialgrub on Mar 30, 2011
What is an error? The short answer is, "Something that's expensive to fix." Dealing with errors is costly in terms of both money and time. |
| |

| Error Handling Posted in Visual Basic > Error Handling by tutorialgrub on Mar 25, 2011
The bottom line is that all of us make mistakes. VB is pretty clever about finding syntax errors within the IDE, but a number of the possible errors simply cannot be discovered until you try to run the program. This section discusses some of the available error detection and correction techniques. |
1 |