Question:

I need help in VB 6..

by  |  earlier

0 LIKES UnLike

can you guys help me with my problem ..

I have to create a program in vb 6 that :

1) will input 3 numbers in 3 text boxes

2) will show the output in a list box in an ascending order..

 Tags:

   Report

2 ANSWERS


  1. First accept three numbers from three text boxes after check the condition using if statement which

    1)first value must be smaller or lesser then second and third value then put that item in list box using additem then

    2)second which must be greater than first value but lesser than third value and add item in the listbox then

    3)third value must be greater than first and second value and add item at last in the list box...


  2. With all due respect that question is so easy that if you are struggling with that it's time to drop the class and find a new career path.
You're reading: I need help in VB 6..

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.