This is what I want, I have 12 progress bars and I want to run a background task to ping IPs and if it can ping them it starts a timer is this imposable to do?
And if so can someone link the appropriate TuTs?
Printable View
This is what I want, I have 12 progress bars and I want to run a background task to ping IPs and if it can ping them it starts a timer is this imposable to do?
And if so can someone link the appropriate TuTs?
Do you want to ping 12 IP's at the same time? or ping one with 12 requests?
Um 12 progress bars all pinging 12 different ips.
What do the ProgressBars have to do with anything? ProgressBars don't ping anything. They just show progress, that YOU have calculated.
Also, have you tried doing it with one of everything first? Don't try to walk before you can run. There's no point trying to juggle 12 balls if you can't even keep one in the air.
Well All i need is one progress bar to do it for now. This is the way i would like it to work i use a background task to ping one ip it returns with a
If reachable then
timer1.start
And the timer would be connected to the progress bar to start and would load for 3 sec tell it got to the max then it would stop