
-----------------------------------
Darkmantis
Thu Apr 27, 2006 11:03 am

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.

-----------------------------------
tupac
Fri Apr 28, 2006 11:05 am


-----------------------------------
it gives me "runtime error '76'", check if all the paths are correct  :wink:

-----------------------------------
Darkmantis
Mon May 01, 2006 9:25 am


-----------------------------------
sry forgot to add a text file

-----------------------------------
Tony
Mon May 01, 2006 10:49 am


-----------------------------------
how are we supposed to help if it's an executable? :? 

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.

-----------------------------------
Darkmantis
Tue May 02, 2006 5:35 am


-----------------------------------
sorry here are all my files for the browser.

-----------------------------------
Darkmantis
Tue May 02, 2006 10:43 am


-----------------------------------
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:


Private Sub text1_SelectedIndexChanged()
Text1.Text = Text1.SelectedItem
End Sub


-----------------------------------
Darkmantis
Thu May 04, 2006 8:12 am


-----------------------------------
so wat modifications should I make to the above code? (Ill give 50 bits to whoever can help me
