So I have looked and looked and wasn't able to find how to retrieve text from a selected option in a combobox. I have just started visual c++ so I don't really understand a lot. But I used to work with Visual C# before.
So, is there any way?
if(comboboxslectedvaluethingy == "option 2"){
//Do something
}