Author |
Message |
Darkmantis
|
Posted: 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.
|
|
|
|
|
|
Sponsor Sponsor
|
|
|
tupac
|
Posted: Fri Apr 28, 2006 11:05 am Post subject: (No subject) |
|
|
it gives me "runtime error '76'", check if all the paths are correct
|
|
|
|
|
|
Darkmantis
|
Posted: Mon May 01, 2006 9:25 am Post subject: (No subject) |
|
|
sry forgot to add a text file
Description: |
|
Download |
Filename: |
websites.txt |
Filesize: |
25 Bytes |
Downloaded: |
113 Time(s) |
|
|
|
|
|
|
Tony
|
Posted: Mon May 01, 2006 10:49 am Post subject: (No subject) |
|
|
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.
|
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
Darkmantis
|
Posted: Tue May 02, 2006 5:35 am Post subject: (No subject) |
|
|
sorry here are all my files for the browser.
Description: |
|
Download |
Filename: |
WebBrowser.zip |
Filesize: |
14.94 KB |
Downloaded: |
135 Time(s) |
|
|
|
|
|
|
Darkmantis
|
Posted: Tue May 02, 2006 10:43 am Post subject: (No 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
|
|
|
|
|
|
|
Darkmantis
|
Posted: Thu May 04, 2006 8:12 am Post subject: (No subject) |
|
|
so wat modifications should I make to the above code? (Ill give 50 bits to whoever can help me
|
|
|
|
|
|
|