bharanidharanit -4 Junior Poster

Hello sir,
I want to campare datas with different list boxes and need to alert the user.

I grabbed datas from website and made it to be displayed in first 4 list boxes.

and i already stored listbox5 and listbox6 values.

consider these are those datas


listbox1 and listbox3 contains the same data, but may be in different order.

listbox2 and listbox5 contains the same data, but may be in different order.( Listbox5 may also contains some extra data which are not in listbox2)

In listbox1 and listbox2, a is for only 9 (similarly b-7 and c-8)

similarly, In listbox3 and listbox4 c-5, a-3, b-4

In listbox5 and listbox6 7-6, 8-5, 9-4

Wat i actually need is to compare listbox4 values with listbox6 values.

For example,
From listbox1 for value a, appropriate value is 9 from listbox2

now come to listbox5, for value 9, the appropriate value is 4 (from listbox6)

Now see listbox3 for value a it shows 3 (from listbox4)

So 3(listbox4) is less than 4(listbox6) means
user needs an alert.

So all the values from listbox1 must be compared like this regurlarly with a time interval of 1 minute.

Pls anyone help me in this coding

Thank you sir.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.