Eric
for some reason i need to ping every 0.01milli-second, but thread.sleep() or timer wont be able to do it, since sleep() only takes int, which means 1 milli-second or 0, and timer only takes 0 or 15.6247 milli-seconds.
any help? thanks~