Advertisement
paulogp

Abrir página web

Aug 16th, 2011
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.18 KB | None | 0 0
  1. using System;
  2. using System.ComponentModel;
  3. using System.Diagnostics;
  4.  
  5. private void button1_Click(object sender, EventArgs e)
  6. {
  7.     Process.Start("http://www.yahoo.com", null);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement