//flex table opened by JP

Click to See Complete Forum and Search --> : Visual Basics Pro's needed here:


Missing the point
05-18-2000, 10:11 PM
I am using VB 4.0 at home, and 6.0 at school. Are the projects interchangeable? I want to work on my project at home and school, but I dont know if I can.


I am making an RPG game, and I need to figure out how to add thuings to a combo list from a command button. How do I do this? What code do i use?


I am a fairly new to this, but I got some Experience with it, I have completely mstered IF statements........

Please help me, I think this can be a 95%+ mark for my findal project


That is for NEXT YEAR I mean, this si a huuge program, I am gonna make it absolutly gigantic, and I am gonna be coming here prett often for tips and tricks probably.......


Thanks in advance,

-=Missing the point=-

medo
05-19-2000, 03:26 AM
Hello,

You can use Vb4 projects with Vb6 but not the other way - ie VB6 with VB4.
Also, about adding items to a combo list from a command button - use the code in the command button as follows:

Combo1.additem "Whatever you wish"

Note - not to use 'let' statement in front of this because it will not recognise the statement,

Hope it helps!


Medo

http://sysopt.earthweb.com/forum/smile.gif

Missing the point
05-19-2000, 06:11 AM
Thank you very much, that solves my problem!

Missing the point
05-19-2000, 06:17 AM
OK, The thing you gave me for the command button, I never explained it properly I guess. Here is what I got:


a combolist, lets say combo 1, with stuff in it, then, in a seperate frame, I got another combo list, lets call it combo 2, then, you select someting in combo 2, and click the "buy" Command button, and the item that was in combo2 then appears in combo1. ow do I pick out whats in the combo2 list?

Missing the point
05-19-2000, 06:20 AM
Never mind, I got it, I had the names mixed up :P