Originally posted by: mrvista
just made my first (simple) dialog app, figured
"Stupid Text!"
i love it, thanks, helped greatly.
~eureka!
mrvista of neosvista.com
web/prog/mm/gfx/anim/music guru
heheh, yes!
out the resource editor finally and added a button
that when click says:
Originally posted by: Bill
Any ideas?
For some reason, my compiler VC6.0 is not recognizing the function UpdateData(TRUE). I found it in the AFX.h and AFXWIN.h header files and included them in the project, but I still get an undeclaired identifier error on the line:
UpdateData(TRUE);
Thanks,
Bill
Originally posted by: Jack
I just started using MSVC 7.0 and am new to MFC. So, far the tutorials were clear but you lost me on this one. It may be caused by incompatible versions though. When I press CTRL-W to bring up the class wizard as you instruct, nothing happens for me. Now, in the View menu there is a Class View item. Is this bringing up the class wizard? Assuming it is, it is one list of items on the left of the screen - your text mentions a left and right side. If I right click and choose Browser Definition, it brings up a split window that seems a little closer to what you are describing. However, I cannot find any messages (WM_PAINT). So, at this point I am totally lost with this section of the tutorial. Can you offer any guidance?
Originally posted by: willwu
This is how shall the instruction on vc++ be conducted, effective without drowning people in everything. Excellent, many thanks to Brian !
ReplyOriginally posted by: Boris
The best and the shortest explanation.
Thanks a lot.
Originally posted by: Davis Bennett
Thanks very much for this short tutorial -- in 10 minutes it got me where I wanted and was much less confusing than Ivor Horton's "Introduction to Visual C++"
ReplyOriginally posted by: Richard Simonelli
The step by step instruction guide used in Lesson 5 is currently more my speed, it worked great! I'm trying to write a program that displays questions using pop-up dialog boxes. I'm currenty able to display these dialog boxes, which in turn displays questions, this is done by selecting them from a pull down menu. The problem I'm having is I want to keep track of how many questions were answered right and how many were answered wrong. I have the main dialog box set with two edit boxes, but they won't tabulate right or wrong answers when answer buttons are pressed within the pop-up dialog boxes? What am I doing Wrong, any suggestions?