Advertisement

Creating forms and using buttons in C/C++

Started by August 02, 2000 02:59 AM
1 comment, last by RoTTer 24 years, 4 months ago
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.
/Mankind gave birth to God.
Advertisement
Hello.

Cool, thanks a lot!
I will check those tuts today!

Im checking a bit of that MFC tut for VC++ 6, and it seems to be nice. It explains everything from the beginning. Thanks again!

Cya,
-RoTTer

This topic is closed to new replies.

Advertisement