combo box

Please support our VB.NET advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Sep 2009
Posts: 1
Reputation: bonny343 is an unknown quantity at this point 
Solved Threads: 0
bonny343 bonny343 is offline Offline
Newbie Poster

combo box

 
0
  #1
Sep 23rd, 2009
how can i add the items in combox?i want to add item and then if user select that item it will open new form containg item which we selected.i want to make combox in which i want to select all browser which i have installed in my system and then if i select the combobox it ll show the browser name.
Reply With Quote Quick reply to this message  
Join Date: Sep 2009
Posts: 321
Reputation: TomW is on a distinguished road 
Solved Threads: 45
TomW TomW is offline Offline
Posting Whiz

Re: combo box

 
0
  #2
Sep 23rd, 2009
Looking in the help file will show how to add and retrieve combobox items.
Reply With Quote Quick reply to this message  
Join Date: Apr 2008
Posts: 54
Reputation: Pgmer is an unknown quantity at this point 
Solved Threads: 5
Pgmer Pgmer is offline Offline
Junior Poster in Training

Re: combo box

 
0
  #3
Sep 24th, 2009
to add
combobox.items.add("xyz")
combobox.items.add("abc")

to retrieve u can use
combobox.selecteditem or combobox.selectedindex
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:




Views: 219 | Replies: 2
Thread Tools Search this Thread



Tag cloud for VB.NET
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC