Creating forms and using buttons in C/C++
Hello
I want to do a small and simple program in C that gets some numbers from the user and do some math and gives the "result". I am going to use windows to do it. I have some (little) experience in Visual C, I mostly used it for DX, etc, so I have no experience in creating buttons, blank spaces to the user type a phrase or a number, or anything.
What I want to do, is, basically pop up a window with 10-15 1-line forms so the user can type some numbers and then press a "CALCULATE" button in the bottom of the window.
Well, what I want to know is if any of yas know a link or have some txts, docs, or anything that will explain this form/buttons/radio buttons/check buttons/etc in windows C programming .
Thanks a lot,
-RoTTer
Hi,
I hope this link will help you out, devcentral.iftech.com/learning/tutorials/
From there you can get a tutorial on MFC, which is an easy way of creating buttons...
Hope you find it useful,
/Mankind gave birth to God.
I hope this link will help you out, devcentral.iftech.com/learning/tutorials/
From there you can get a tutorial on MFC, which is an easy way of creating buttons...
Hope you find it useful,
/Mankind gave birth to God.
/Mankind gave birth to God.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement