Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   C++ (http://www.programmingforums.org/forum15.html)
-   -   A few Windows Problems (http://www.programmingforums.org/showthread.php?t=9154)

Code_Monkey Apr 1st, 2006 1:51 AM

A few Windows Problems
 
when makeing a win32 app in C++, What do i use for user input in the dialog editor ? Edit control ?
Im very new to this, I have looked in the help files But they are still a bit confusing to me, could someone direct me to a simple tutorail on windows programming or help me here maybe ?
I have a basic window that I let C++ build for me, It only has File>Exit and Help>about on the menu bar.
I want to add another item on the menu bar "Start" when clicked I want it to open another window with 8 user input boxs and 4 output boxs that simply add up the 2 preceding input boxs when the user presses Calculate.

But I don't know how:

1) To create a new window to house my input,output boxes and the button.
2) To set the value of the output boxes when the button is clicked.
3) To get User input.

Im crossing over from console programming to windows programming, And have many questions, So forgive me if im a bother to you guys :( .

Cache Apr 1st, 2006 2:18 AM

http://www.google.co.uk/search?hl=en...amming&spell=1

nnxion Apr 1st, 2006 4:26 AM

I answered some of your questions here: http://www.programmingforums.org/for...ad.php?p=88867.

Code_Monkey Apr 1st, 2006 4:50 AM

I think i need A working example with source code to play around with but i have looked for about 2 hours on google but didn't find anything, ( could be cuz I don't know exactly what im looking for lol)

nnxion Apr 1st, 2006 8:17 AM

You should read at least this and everything before it might be handy too.

Seif Apr 1st, 2006 8:26 AM

http://www.winprog.org/tutorial/simple_window.html

Code_Monkey Apr 1st, 2006 6:52 PM

Thanks


All times are GMT -5. The time now is 5:10 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC