So first of all, thanks for your help in advance. This is my first post, this is very important to me, because this is regarding my thesis degree project.
I study electronics engineering, and throughout the carreer we don't learn nothing about windows programming, but i wanted to add to my thesis a simple windows program. it will be a c++ clr form very simple (for you experienced ones) which only will send a little USB data to a microcontroller (pic18f4550) and this later will do all the work.
So to the point:
I'm making a simple windows with 3 tabs, each tab would be a "subject". the 3 tabs are the same, just that each tab will send one data string through USB port (total 3 data strings).
I have set the form like this:
http://imageshack.com/a/img842/157/kb3r.png
so i need to put some "field" or "box" by the labels with pre-set "values" or "character strings" wich should be auto filled when i select one of the elements from the "ComboBox" in the top left corner.
I wanted to ask you which element should i use for this and how should a link the element from the "combobox" to the filling of these 3 fields.
this is visual studio 2010.
For now, thanks and please help me.