Hello,
I'm writing a Sudoku game in c++ using window forms , so that I could have an easy GUI. Unfortunately, this is the first time I've ever messed with all that, and I'm having trouble with simple things like adding functions. Say if I have a text box that is blank for the user to type into. I need to cin their response and user it for an array. What I'm really needing though is how can I relate a function from a different header file with the particular text box: textBox1 ? I can figure out the logic of the algorithms and mess around when I've that simple thing figured out. I've searched google for this for the last hour or so. I couldn't find anything that really explains it in detail. Thanks in advance for you guys' help!