CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (10 messages)

> Sounds to me like the graph would be a view of a new document type, that document being one that obtains its data from the open documents rather than from a file or database. So, when the user wants to show the graph, you'd create a new document of…
#30444 child processes Message #30568
> You might consider the difference between 1) Asking MS for help because something doesn't work the way the documentation says it should, or generates improper code, or whatever, and 2) Asking MS to write your application for you, or to tell you how to write it. Asking someone to…
#30214- paging formviews Message #30337
OnLeaveView(); OldFormID = IDW_FIRST_FORM; } else if( pOldActiveView->GetRuntimeClass() == RUNTIME_CLASS(CSecondForm)) { ((CSecondForm*)pOldActiveView)->OnLeaveView(); OldFormID = IDW_SECOND_FORM; } else if( pOldActiveView->GetRuntimeClass() == RUNTIME_CLASS(CThirdForm)) { ((CThirdForm*)pOldActiveView)->OnLeaveView(); OldFormID = IDW_THIRD_FORM; }>> PFMJI, but this is *terrible* programming (nothing personal 😉 from an OO standpoint, and is exactly why Bjarne campaigned against RTTI. Is there…
> Nope. VCNT builds *only* 32-bit apps. If you stay within the Win32s subset of functions, these 32-bit executables can run under 16-bit Windows with the Win32s support installed, but they are still 32-bit NT executables. If you want to build 16-bit apps that can run under straight Windows or…
#29813- #CEdit and Margins Message #30228
#29809- app with no document Message #30227
> Not with the MFC doc/view architecture–documents are an integral part of that design, and a view must be attached to a document. > Turn off the FWS_ADDTOTITLE bit in a PreCreateWindow() override.
#29726- mainframe client area Message #30225
> really stripped down bare-bones application (with no view or document) > Hey no problem–I can take it. Besides, I know where you live…. But my post was a subtle (maybe *too* subtle) hint that people using things like tool bars and status bars really ought to be using the…