Hi, i'm new to Visual C++. I currently taking courses on it.. due to i have no understanding on the lecturer i am having problem with it..

I want to create win32 winapi application
i basically can do combobox already.. but my question is.. if i have a list of selection... how to select and get message from my selection?
example:
let say a,b and c..
when i select 'a', and press button "go", i want to make pop up message that said 'a is selected'..
when i select 'b', and press button "go", i want to make pop up message that said 'b is selected'.. and so on...

how do i programmed this? thank you....