Ask your own question, for FREE!
Computer Science 16 Online
OpenStudy (anonymous):

Hi! I need your help guys! how to multiply the listBox1 and listBox2 ? this is what i did for ( int x = 1; x <= 5; x++) { listBox1->Items->Add( String::Format( "{0}", x ) ); } listBox1->EndUpdate(); for ( int x = 1; x <= 5; x++) { listBox2->Items->Add( String::Format( "{0}",x ) ); } listBox2->EndUpdate();

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!