Hey,

I'm new to VB.NET, and VB in general (do have past experience in coding in C/C++/Java though).

I have to write a program which will list all available VPN connections in the phonebook and allow the user to choose which one they want to connect to - the program must then connect to it, do some processing, then hang up when finished.

I have been searching for information on this for days and have not found any examples I can use. I have been trying my hardest to put together all the information I've found, but it's proving to be quite difficult. I have come to the conclusion that I want to use RasEnumEntries combined with RasDial. Is it true that I have to write something in VB6 first then compile that as a dll and link it into my VB.NET project?

If anyone can provide me with any assistance at all, I would greatly appreciate it.