Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. coredump

    Switching between multiple views in an SDI

    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...
  2. coredump

    Switching between multiple views in an SDI

    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...
  3. coredump

    doc/view & Parent frame question

    Thanks for the info, its been quite helpful.
  4. coredump

    doc/view & Parent frame question

    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...
  5. coredump

    Splash form not showing

    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...
  6. coredump

    Splash form not showing

    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...
  7. coredump

    creating an ms excel chart using OLE

    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...

Part and Inventory Search

Back
Top