CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2000
    Location
    IN
    Posts
    24

    Dial-Up Networking

    Is there anyway to programmatically execute a Dial-up Networking connection? I have tried creating a shortcut to the connection and then using ShellExecute on the .lnk file for the shortcut. This works for shorcuts to programs, but not for a shortcut to a dial-up connection. If it is not possible in VB, would it be possible in VC++?

    Thanks in advance,
    Eric


  2. #2
    Join Date
    Jun 2000
    Location
    Sydney, NSW, Australia
    Posts
    2

    Re: Dial-Up Networking

    Eric,
    API calls to RAS will provide you with the
    ability to perform a VB execution of a dial-up
    connection.

    Check out http://www.codearchive.com/, select
    The Visual Basic Code Archive (click GO), then
    select the "Internet Related", there are various
    VB coding examples on how to create a dial-up
    connection.

    Hope this helps!

    Rgrds,

    Bill.



  3. #3
    Join Date
    May 1999
    Posts
    27

    Re: Dial-Up Networking

    Look here:
    http://www.totalenviro.com/PlatformVB

    OR
    You can download free controls here:
    http://www.catalyst.com/download/wrench.html

    - Dj4


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured