How To Trim Down a Visual Basic Program to Isolate the ProblemLast reviewed: December 9, 1996Article ID: Q142975 |
The information in this article applies to:
SUMMARYWhen you encounter a problem with a Visual Basic program and have to call Microsoft Technical Support for assistance, your call time will be minimized if you can provide a minimal program to reproduce the problem to the support engineer. This article has some tips on how to reduce your Visual Basic program to a minimum so you can accurately describe the problem to a support engineer. The support engineer is looking for a way to duplicate the problem using the least amount of objects and code.
MORE INFORMATIONThe following is the basic strategy of creating a minimal Visual Basic program to isolate the problem so a support engineer can find a solution quickly.
check to see if the problem still exists.3. Copy the minimal program to a new project and check to see if the problem still exists.Although there are several steps presented, you may not have to do all of them to isolate your problem. However, you may need to modify your code to get the program to compile properly to reproduce the problem.
Steps to Reduce your Program to a Minimum
An example of a minimal program used to reproduce a problem resulted when a user called Microsoft Technical Support to troubleshoot an application error that occurred when the program was closed. The minimum program contained one form, one line of code, and no controls.
|
Additional reference words: 4.00 vb4win vb4all
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |