Results 1 to 4 of 4

Thread: Dial Up Networking

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Location
    Lake City, Fl
    Posts
    6

    Red face

    I need to know how to delete (and adding one would be helpful) a dial up networking connection from my VB application. I have searched the internet over to no avail...

    Any help is greatly appreciated.

    -manual

  2. #2
    Guest
    Here is how to launch the DialUp Network Properties:

    Code:
    Shell "rundll32.exe rnaui.dll,RnaWizard", VbNormalFocus

  3. #3

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Location
    Lake City, Fl
    Posts
    6
    I should have been more clear...

    I found the "run wizard" code (Several times). But I need to do everything from my app, in code.

  4. #4
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>


    As the result of a very quick look around, and the advice of someone who appears to know more than plenty, I am told that it is not native to Visual Basic and that you would need to creat a dll in C or C+++ or whatever to use.
    There is a little support here for other than VB...perhaps it will lead you on to something. This refers to Win95 so it must be old and there must be more information available.
    Hope it in some little way helps you in your quest.

    http://support.microsoft.com/support.../Q153/7/50.asp
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

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