G
Guest
I apologize if this is in the wrong discussion group. I have a C++ form
(VS2003) that includes a couple text boxes and a slider bar. Moving the
slider bar changes a picture that is displayed and some label elements and
the text boxes have an initial value of 0. When a value is typed into the
text boxes I want it to be saved based on the position of the slider bar. I
am assuming that I need to write that text to the array, but I am not sure if
that is right. I want it to save it when a Save button is pressed or the
slider position changes. Any help would be appreciated, Thanks
(VS2003) that includes a couple text boxes and a slider bar. Moving the
slider bar changes a picture that is displayed and some label elements and
the text boxes have an initial value of 0. When a value is typed into the
text boxes I want it to be saved based on the position of the slider bar. I
am assuming that I need to write that text to the array, but I am not sure if
that is right. I want it to save it when a Save button is pressed or the
slider position changes. Any help would be appreciated, Thanks