Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 12th, 2012  |  syntax: None  |  size: 0.41 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  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);