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

    Running External Programs

    Is there a method or starting up an instance of (eg) Internet Explorer and specifying the internet address from VB, without resorting to using COM?
    Cheers


  2. #2

    Re: Running External Programs

    You can use the ShellExecute API function. See http://www.freevbcode.com/ShowCode.Asp?ID=12 for an example. This will open the web page in the default browser.


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