örnek :

private void listBox1_SelectedIndexChanged(object sender, EventArgs e)
{
webBrowser1.Url = new Uri((string)listBox1.SelectedItem);
}