CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2011
    Posts
    13

    Button Click open webpage?

    Hello, im trying to do something, like when you click on the button its will open Internet Explorer, and go to: www.yahoo.com.
    how i can do this?
    (Windows Forms).

  2. #2
    Join Date
    Sep 2011
    Posts
    13

    Re: Button Click open webpage?

    System.Diagnostics.Process.Start("http://www.website.com");
    just did it myself sorry for the post someone can delete?

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