Guest User

Untitled

a guest
Aug 12th, 2012
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. Open default browser from listView Subitem click
  2. string[] row1 = { username, "Start", proxy, "0", "0" };
  3.  
  4. ListViewItem item = new ListViewItem();
  5.  
  6. item.Text = numeret.ToString();
  7. item.Tag = numeret;
  8. listView1.Items.Add(item).SubItems.AddRange(row1);
  9.  
  10. ProcessStartInfo sInfo = new ProcessStartInfo("http://mysite.com/");
  11. Process.Start(sInfo);
Advertisement
Add Comment
Please, Sign In to add comment