| From: Sandeep Patel | E-mail: sandeep_patel@india.com | 1 |
Date: Monday, April 23, 2001 at 19:26:59
Subject: Error Message
Comments:
I am trying to write some code for developing a C++ tutor using VB. I have
written this code for one of the forms and when I try to run it, I get an error
with the listindex.
The error message says that the data method is not found.
Any kind of help will be appreciated.
Thanks.
| From: Martin Allen | E-mail: <No e-mail> | 2 |
Date: Saturday, April 28, 2001 at 01:11:26
Subject: RE: Error Message
Comments:
I have quickly tried to reproduce this error but I do not know how it happened to you. Look at your code and make sure that you are assigning an integer to the ListIndex property of any ListBoxes and ComboBoxes that you have on your form. Make sure that the integer you use is between 0 and the ListCount minus 1.
This forum is no longer taking new messages or replies since 01 November 2002. The above material is for reference purposes only.
The new Visual Basic 6.0 forum can be found here.