Yep. That's what it was. Thanks.
Now for the next snag: To create the second view class I copied the header/implementation files generated by the MFC app wizard, and used the find/replace feature to replace every instance of CINV_trial_3View with CView1. The program compiles correctly but when...
I'm writing an SDI program which requires three views of the same document. I know its possible, MS published a sample application called collection that does this (in MSDN that shipped with vc++ 6).
According to the example, this should create the new view when placed in the CMainFrame class...
Greetings:
I'm relatively new to VC++ (and completely new to the MFC).
I used app wizard to create a SDI program with doc/view
architecture. The view window class is inherited from
CFormView (the one that uses a dialog box resource).
I have several fairly simple (at least in VB) questions...
Here's the commented version for peeps really new to this stuff. More comments than code, but I had a prof..okay a TA
in comp sci 101 who would give you a B even if the program
didn't work if you commented it to death and explained what each line of code did. FYI I got an A in the class, so I...
IMHO, DoEvents isn't a terribly effective way of handling this problem. Its all in the sequencing, and in VB, the proper sequencing can be a nightmare in a host of situations.
For the longest time I was having trouble getting my MDI child forms to load..there was always a three second delay...
Greetings:
I'm writing a VB6 program that I want to add OLE automation to. Basically, I want a user to enter some info into some forms, populate an excel spreadsheet then create and display a chart from the data. I'm familiar with basic OLE techniques, and I'm not having too much trouble with...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.