Page 2 of 2 FirstFirst 12
Results 41 to 42 of 42

Thread: [RESOLVED] Can I Dissable Internet Connection With VB?

  1. #41
    PowerPoster
    Join Date
    Jan 2008
    Posts
    11,074

    Re: Can I Dissable Internet Connection With VB?

    Quote Originally Posted by masterkert3
    Code:
    Shell "cmd /K ipconfig", vbNormalFocus
    That'll keep the cmd open.
    Perfect. Thanks

  2. #42

    Thread Starter
    Member
    Join Date
    Jun 2008
    Posts
    61

    Re: Can I Dissable Internet Connection With VB?

    Quote Originally Posted by masterkert3
    Can't you execute ipconfig /release?
    That would work tho,
    Code:
    Shell "IpConfig /release"
    And
    Code:
    Shell "IpConfig /renew"
    To get the connection back.


    Thanks. Resolved. Arigato.

Page 2 of 2 FirstFirst 12

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