Manipulating a textbox input

Associate
Joined
25 Jul 2003
Posts
935
Location
London
Hi,

I am trying to send a value that is entered in a text box to some flash memory.

RCFlashIndexAppend(Board,0,50,1,"textBox1");

Will this method of pointing to the textbox work? Or do I have to some how save the input beforehand.

Thanks
 
Thanks for you reply.

Im am using C++. Sorry, should have stated that.

So how would I do that in C++? Any tutorials on this issue?
 
Back
Top Bottom