|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (1 bit)
Join Date: Jan 2005
Posts: 1
|
new to visual basic
at the moment i'm kicking myself in the behind, wondering why i took a class on VB. anways i'm starting a project but i'm having some issues. i have two listbox, in one you can buy certain items and in the other it keeps track of what items you've bought. the layout is exactly the same as "dope wars", for those that are familiar with the game. i want to be able to highlight an item, then with a command button be able to buy it and send it over to the other list box.
|
|
|
|
|
|
#2 |
|
Member (9 bit)
Join Date: Nov 2004
Location: Flint, MI
Posts: 256
|
Get the text of the stored listindex in the buy box (a list box automatically creates an array of strings for your entries) and just put [boughtlistname].additem "[buylistname].text]"
I think I should be in the general visicinity (sp.) Will try to work it out and post tomorrow morning. ^fo |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|