Hi there,
I'm an old programmer trying to get back into it and vastly confused. I know or at least knew how to program in C and found it fairly easy, but Windows programming has me stymied. Basically I'm trying to figure out Win32 Api and have started to get a very small grasp of it.
What I would like to do is create a 2 text boxes and several buttons in a Windows type window (not a dos type window), find out when a button has been pressed and which one and output text to the two text boxes.
I figure I'll try a little baseball simulation as a way to relearn things. So one text box would give play by play such as Jones hits a double to past the left fielder and the other would give the game situation such as line score and balls and strikes. The buttons would be for things like swinging away, bunting, hit and run, etc...
All this seems simple in my memory in the old dos days, but I can't get so much as a line of text out now. Any help or pointing in the right direction would be appreciated.
I'm using Microsoft Visual C++ 2010 Express which doesn't have a resource editor, which likely part of my problem.