Hi
I´m kind of new to vb.net and need som directions..
I have a gridview with two cells cell(0) is a IP-number and cell(1) is a resultTxt
I have X number of rows.
I want a solution that check each row and do a ping to the ip and write result to result.
I want to do the ping in a new thread and i want to be able to do more then one at the time.
So i want a loop that keeps checking the ones that are not online until they goes online.
it´s the thread-part i have questons about, looping gridview and doing a ping i can manage, but it i don´t do it in a thread the inteface freezes.
/bjorn
I´m kind of new to vb.net and need som directions..
I have a gridview with two cells cell(0) is a IP-number and cell(1) is a resultTxt
I have X number of rows.
I want a solution that check each row and do a ping to the ip and write result to result.
I want to do the ping in a new thread and i want to be able to do more then one at the time.
So i want a loop that keeps checking the ones that are not online until they goes online.
it´s the thread-part i have questons about, looping gridview and doing a ping i can manage, but it i don´t do it in a thread the inteface freezes.
/bjorn