VB.NET & IP Helper API

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am looking for a recommendation for a good book which covers the topic of
making IP Helper API calls with VB.NET.

I am building an application which needs to make STATIC entries into the ARP
table... If there is an easier way to accomplish this (other than making API
calls) I'd love to know, but I am not so sure that there is.

Cheers...
 
Jason,
I am looking for a recommendation for a good book which covers the topic of
making IP Helper API calls with VB.NET.

I doubt you'll find such a book, it's a pretty narrow topic. But there
is documentation about how to call the IP helper APIs, and there is
documentation on how to call native APIs from VB.NET. So you just have
to put them together. If you have any specific problems with it, feel
free to follow up.



Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top