Hello,
I am new to the whole world of C++ and have been studying a few samples / examples off the web of C++ coding etc. I made a short code / program called "The Namorizer" which is a console program that asks for your first name, then your last and finally adds them together and displays the result i.e your full name.
What I am trying to accomplish here is to do the same thing but with a windows form. I have designed the form in VS2k3 and now would like to add the code to the various textboxes etc for the events. I am kind of lost at this point of what to do and would like someone with patience and skills in communication just to spend a few minutes explaining where I would put this and also perhaps providing me with links to good sites and tutorials to learn from.
Thank you in advance for any help you can give.
neo.
I am new to the whole world of C++ and have been studying a few samples / examples off the web of C++ coding etc. I made a short code / program called "The Namorizer" which is a console program that asks for your first name, then your last and finally adds them together and displays the result i.e your full name.
What I am trying to accomplish here is to do the same thing but with a windows form. I have designed the form in VS2k3 and now would like to add the code to the various textboxes etc for the events. I am kind of lost at this point of what to do and would like someone with patience and skills in communication just to spend a few minutes explaining where I would put this and also perhaps providing me with links to good sites and tutorials to learn from.
Thank you in advance for any help you can give.
neo.