|
|
Subject:
Visual Basic - How to debug between Form_Initialise and Form_Load
Category: Computers > Programming Asked by: oldman-ga List Price: $15.00 |
Posted:
30 Aug 2006 14:48 PDT
Expires: 05 Sep 2006 15:31 PDT Question ID: 760907 |
Good Day! Here is a question for those who know VB quite well. When my EXE (created with VB 6.0 SP5) runs on certain computers, it displays a "Run-time error 380 Invalid Property Value". I modified my EXE to write a logfile as the software loads. It shows that the error happens after Form_Initialise is completed, but before Form_Load is started. After Form_Initialise, but before Form_Load, VB loads and initializes the controls on the form. The Form_Load event is raised when all the controls on the form were created and initialized. But, that never happens. One of the controls (components) gets assigned a value that it cannot digest and that triggers the 380 error. My question is: tell me how to find out what control and what property is responsible. The interval I am talking about cannot be watched with breakpoints. There is no visible code that I can observe. Is there a method or a tool that would allow me to pinpoint my problem? Thank you all in advance! Eugene | |
| |
|
|
There is no answer at this time. |
|
There are no comments at this time. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |