I try to perform traceroute using VB6, but don't have any idea how.
- I think of using dos to do the job, and then capturing the output of dos in my app.
- Another idea is to convert the address from ipv6 to ipv4 and then perform the trace route in case the hardware doesn't support IPv6
Any ideas?