ThyElite Forums

ThyElite Forums (http://www.thyelite.com/forum/index.php)
-   Help! (http://www.thyelite.com/forum/forumdisplay.php?f=9)
-   -   Combo box help? (http://www.thyelite.com/forum/showthread.php?t=2386)

Sifter 08-14-2006 03:27 AM

Combo box help?
 
Im working on using a combo box with a webbrowser... this should be working...
Code:

Private Sub WebBrowser4_NavigateComplete2(ByVal pDisp As Object, URL As Variant)
Combo1.AddItem WebBrowser4.LocationURL
End Sub

But it adds the item more than once... usually 3 times. Any way I can make it so that if the item being added is already on the list, it doesnt ad it? And also, is there a way to make it so that it adds the item to the top of teh list, instead of the bottom?


All times are GMT -6. The time now is 05:08 PM.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.