Goran Level: Moderator
 Registered: 16-05-2002 Posts: 1681
|
Re: Open (*.lnk) File in vb 6
You shouldnt be bound to net connection link on the desktop. What wil guarantee you that there isnt any. You should display to user all the available connections (via RasEnumEntries API, I believe), and allow user to choose which connection wants tto dial (using RasDial API).
____________________________
If you find the answer helpful, please mark this topic as solved.
|