views:

40

answers:

1

Hello guys,

Am trying to do traceroute using vb6, but don;t have any idea. Am thinking of using dos to do the job, and then capturing the output of dos in my app another idea is converting the address from ipv6 to ipv4 and the do the trace route in case teh hardware doesnt support ipv6

any ideas?

+1  A: 

Randy Birch has details about how to Perform a Tracert (Trace Route) in VB His article contains too much detail to post here, so just head over there and check it out.
His solution may appear verbose at first and it uses some/many API calls, but don't let that scare you off, it's all pretty straight forward once you read through it all step by step.

Edit: Sorry, I really should have read the question properly - I don't believe Randy's article will help you with any IPv4 vs IPv6 problems, but it will give you good place to start.

Scott