Computer Science Canada

Need help with my web browser combo box

Author:  Darkmantis [ Thu Apr 27, 2006 11:03 am ]
Post subject:  Need help with my web browser combo box

I need some help with getting my combo box to work with my web browser can anyone help me out with being able to click link in the drop down.

Author:  tupac [ Fri Apr 28, 2006 11:05 am ]
Post subject: 

it gives me "runtime error '76'", check if all the paths are correct Wink

Author:  Darkmantis [ Mon May 01, 2006 9:25 am ]
Post subject: 

sry forgot to add a text file

Author:  Tony [ Mon May 01, 2006 10:49 am ]
Post subject: 

how are we supposed to help if it's an executable? Confused

anyways, to "click" on dropdown items, you're essentially waiting for a change in the list and then grab the value. There has got to be something build in for this.

Author:  Darkmantis [ Tue May 02, 2006 5:35 am ]
Post subject: 

sorry here are all my files for the browser.

Author:  Darkmantis [ Tue May 02, 2006 10:43 am ]
Post subject: 

I tried using this code but it is way to buggy it only select the item I click on after like 5 tries. here is my code:

code:

Private Sub text1_SelectedIndexChanged()
Text1.Text = Text1.SelectedItem
End Sub

Author:  Darkmantis [ Thu May 04, 2006 8:12 am ]
Post subject: 

so wat modifications should I make to the above code? (Ill give 50 bits to whoever can help me


: