Simple Windows application

hello people!

Im very new to coding and I currently need to make ans very simple app with checkboxes and menuscrollboxes.. i managed to install a borland 5.5 compiler and edit plus3 for easy editing the cpp and i managed to play around some source windows i gathrered around but im still figuring out how to actually make it work:) ill explain abit what kind of program i need:

making a testing program wher eyou need to input numbers and thse numbers ate modificated by other numbers by summing up..

f.ex we got attribute 1 and attribute 2 which modify attribute 3 so final value would be: ((attrib1+attrib1+attrib2)/5)+attrib3)

I need a simple window which it would be divided in 3 parts, all attribute boxes would be fixed and only value you can change would be the attribute box so you could see when changing 1 attribute it would modify the final value..

I got a raw program in excel and i got all the maths made but i would like to make a stand alone simple window application to share with friends:)

If someone could help me to do a basic window with this kind of boxes and layout i could learn from there and finish it mon my onw! here is a link on the excel i got made: http://rapidshare.com/files/449390675/Example1.xls

heres some links of the layout i was thinking about:
http://www.win32apicode.com/splitter.php
http://winapi.foosyerdoos.org.uk/code/resources/images/UserCntrlsRes.png

Starting around Program Example #37 are some basic Windows GUI programs and templates...

http://www.jose.it-berater.org/smfforum/index.php?board=380.0

I'd suggest downloading Visual C++ Express from Microsoft. It's free and has a graphical gui editor.
Topic archived. No new replies allowed.