Click here to Skip to main content
15,896,730 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Text Font Pin
Larsson21-Mar-05 22:53
Larsson21-Mar-05 22:53 
GeneralForce Application to Keep Focus Pin
pdprime15-Mar-05 12:46
pdprime15-Mar-05 12:46 
GeneralConsole... Pin
Max Santos15-Mar-05 12:08
Max Santos15-Mar-05 12:08 
GeneralRe: Console... Pin
Christian Graus15-Mar-05 13:31
protectorChristian Graus15-Mar-05 13:31 
GeneralRe: Console... Pin
David Crow16-Mar-05 3:39
David Crow16-Mar-05 3:39 
GeneralBeginner question Pin
acroitoriu15-Mar-05 11:24
acroitoriu15-Mar-05 11:24 
GeneralRe: Beginner question Pin
Christian Graus15-Mar-05 13:32
protectorChristian Graus15-Mar-05 13:32 
GeneralRe: Beginner question Pin
John R. Shaw16-Mar-05 13:10
John R. Shaw16-Mar-05 13:10 
Having multiple views that show the data in different ways, usualy requires some manual programming to tie the views to a single document (my experence).

Developing an individual application for each view, can make it easier to concentrate on one view type at a time. So it is as good a place to start as any. Then you can create the final application and import the modules you need to tie it all together. The only problem I see is that the class wizard may not recognize the imported class modules. To solve that problem, you may need to recreate the modules via the class wizard in the new project (just create them not rewrite them) and then replace them with the modules from the other applications.

In the long run it may be easier just to create all the views in one project to begin with (thats how I have done it). There are articles at CP of course, how good they are I do not know. The "MFC Answer Book" covers this subject.

Well, Good luck!

INTP
"The more help VB provides VB programmers, the more miserable your life as a C++ programmer becomes."
Andrew W. Troelsen
GeneralReceiving SMS problem Pin
ccui15-Mar-05 10:29
ccui15-Mar-05 10:29 
GeneralHelp me with COM Pin
Budric B.15-Mar-05 10:28
Budric B.15-Mar-05 10:28 
GeneralRe: Help me with COM Pin
jan larsen16-Mar-05 3:33
jan larsen16-Mar-05 3:33 
GeneralRe: Help me with COM Pin
Budric B.16-Mar-05 11:31
Budric B.16-Mar-05 11:31 
GeneralRe: Help me with COM Pin
jan larsen16-Mar-05 20:16
jan larsen16-Mar-05 20:16 
GeneralRe: Help me with COM Pin
Budric B.17-Mar-05 3:23
Budric B.17-Mar-05 3:23 
GeneralRe: Help me with COM Pin
jan larsen18-Mar-05 0:46
jan larsen18-Mar-05 0:46 
GeneralCreating Edit Boxes from View class.. Pin
Romashki15-Mar-05 10:08
Romashki15-Mar-05 10:08 
GeneralRe: Creating Edit Boxes from View class.. Pin
PJ Arends15-Mar-05 10:24
professionalPJ Arends15-Mar-05 10:24 
GeneralRe: Creating Edit Boxes from View class.. Pin
Romashki15-Mar-05 10:33
Romashki15-Mar-05 10:33 
GeneralRe: Creating Edit Boxes from View class.. Pin
PJ Arends15-Mar-05 10:45
professionalPJ Arends15-Mar-05 10:45 
GeneralRe: Creating Edit Boxes from View class.. Pin
Romashki15-Mar-05 12:11
Romashki15-Mar-05 12:11 
GeneralOptions Dialog in Visual Studio .NET Pin
Gagnon Claude15-Mar-05 9:00
Gagnon Claude15-Mar-05 9:00 
GeneralRe: Options Dialog in Visual Studio .NET Pin
Ravi Bhavnani15-Mar-05 9:23
professionalRavi Bhavnani15-Mar-05 9:23 
GeneralNeed help with an Application Icon Pin
Ian Bowler15-Mar-05 7:31
Ian Bowler15-Mar-05 7:31 
GeneralRe: Need help with an Application Icon Pin
includeh1015-Mar-05 7:42
includeh1015-Mar-05 7:42 
GeneralRe: Need help with an Application Icon Pin
Ian Bowler15-Mar-05 7:48
Ian Bowler15-Mar-05 7:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.