• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

VB6 - Search listbox for date and display results?

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

diggingforgold

Member
Joined
Apr 21, 2001
Location
Augusta Twp, MI
I'm just getting into visual basic 6. Unfortunately I took the spring class so things moved really fast, and we didn't cover a lot.

I have to create a budget record program for our final project. Everything is made except the code behind cmdTotal.

Screenshot of program so far:
example.jpg


After loading or inputting data to the listbox, the user can type in a date and click TOTAL. That is supposed to display the total cost for the date that is entered in the label to the right of total.

We never learned how to search listboxes, and our book is not much help either. Can anyone please help me get started?

Much thanks!
 
Back