Results 1 to 2 of 2

Thread: Launch IE & Specific website

  1. #1

    Thread Starter
    Banned
    Join Date
    Apr 2009
    Posts
    114

    Lightbulb Launch IE & Specific website

    Code:
    System.Diagnostics.Process.Start ("IExplore.exe", "http://www.site.com")

  2. #2
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    Re: Launch IE & Specific website

    It's not extremely important, but you don't need use System.Diagnostics.Process.Start. All you need to use is "Process.Start".

    vb.net Code:
    1. Process.Start("iexplore.exe", "http://www.site.com")
    CodeBank contributions: Process Manager, Temp File Cleaner

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

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