Click here to Skip to main content
15,917,862 members

Comments by Terry Neckar (Top 2 by date)

Terry Neckar 29-Jun-11 1:05am View    
Btw, I've been programing for over 30 year and have learned a boatload of languages, starting with Fortran IV back in 1969. They all seem to run together after a while. It's a good thing for the Internet.
Terry Neckar 29-Jun-11 1:00am View    
I restored the initial code I wrote and it worked perfectly. The problem isn't that the pointer to the listbox wasn't initialized, it's just that the class uses a reference to the listbox which resides outside the class in a form. For some reason, the form can't use the class that uses the reference to it. Maybe it's circular. Anyway, I put this same class in the main form and it works there too.