CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Guest

    Dial-up Networking

    Hi,

    I want to startup a dial-up networking connection that has been saved as a shortcut from within my application. Can someone please tell me how I can do this?

    thanks in advance..


  2. #2
    Join Date
    May 1999
    Posts
    2

    Re: Dial-up Networking

    All you need to know is the name of the DialUp connection and you can use
    InternetDial. be sure to include winInet.h and link to winInet.lib


  3. #3
    Join Date
    Apr 1999
    Location
    Galway, Ireland
    Posts
    96

    Re: Dial-up Networking

    If you do that you won't be able to distribute the program unless the wininet.dll is installed though. Is that correct?

    Lounge One-Eleven Presents: Gong! v2.0 - you never knew you needed it until you lived without it

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