Basically what I tried to do is get the text from the dropdown menu, in this case the champName1->Text and add it to a string with the extension .jpg so the image will be automaticaly switched depending on the choice.
It wasn't working so I decided to create a label (in this case lblTest)so I can check the string itself..It prints just the champName1->Text, without the \\images\\ nor the .jpg extension.
Thank you in advance for your time and replies!
Well I wanted to use std::string but it gave me more problems than it solved, so I searched about defining strings in Form application and I found that String^ myString would help it