Hi,

im a bit stuck,

im making a web browser,

i want peeps to be able to add sites to favorites

i have a web browser called web1

a text box called text1

i have a combo box called ComboBox1

and finaly a button nammed adtofav

when they click the button i want it to add the url typed in text1 to ComboBox1

im doing this wiht the following code

ComboBox1.Items.Add(Text1.Text)

what im now stuck on is making it so that when they click on an adress in ComboBox1 it send web1 to that page

not shure how to do this.

id love to see some sample code on how to do this


Thanx