Click here to Skip to main content
15,892,161 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to make a window(?) Pin
Christian Graus18-Mar-02 14:16
protectorChristian Graus18-Mar-02 14:16 
AnswerRe: How to make a window(?) Pin
Nish Nishant18-Mar-02 14:21
sitebuilderNish Nishant18-Mar-02 14:21 
GeneralCWnd::CreateEx Pin
SilverShalkin18-Mar-02 15:26
SilverShalkin18-Mar-02 15:26 
GeneralRe: CWnd::CreateEx Pin
realfly18-Mar-02 15:56
realfly18-Mar-02 15:56 
GeneralRe: CWnd::CreateEx Pin
realfly18-Mar-02 15:59
realfly18-Mar-02 15:59 
GeneralRe: CWnd::CreateEx Pin
Christian Graus18-Mar-02 16:03
protectorChristian Graus18-Mar-02 16:03 
GeneralRe: CWnd::CreateEx Pin
Nish Nishant18-Mar-02 17:05
sitebuilderNish Nishant18-Mar-02 17:05 
AnswerRe: How to make a window(?) Pin
Tomasz Sowinski18-Mar-02 23:43
Tomasz Sowinski18-Mar-02 23:43 
I think you're approaching the problem from the wrong angle. MFC is a framework, not just a library. This means that usually it creates main window for you. Your program supplies parts of code used to fill in the holes. So "The kind of window that MFC would make" is a frame window or dialog window, depending on type of application.

When I was learning MFC, I've found that skeleton applications generated by AppWizard were the best place to start. Also, you may find SCRIBBLE tutorial useful - no kidding here, it really shows most important MFC concepts.

Tomasz Sowinski -- http://www.shooltz.com
GeneralHopefully easy doc/view question Pin
Coremn18-Mar-02 13:28
Coremn18-Mar-02 13:28 
GeneralRe: Hopefully easy doc/view question Pin
Joaquín M López Muñoz18-Mar-02 13:30
Joaquín M López Muñoz18-Mar-02 13:30 
GeneralRe: Hopefully easy doc/view question Pin
Nish Nishant18-Mar-02 13:40
sitebuilderNish Nishant18-Mar-02 13:40 
GeneralRe: Hopefully easy doc/view question Pin
Derek Waters18-Mar-02 14:19
Derek Waters18-Mar-02 14:19 
GeneralRe: Hopefully easy doc/view question Pin
realfly18-Mar-02 14:17
realfly18-Mar-02 14:17 
GeneralRe: Hopefully easy doc/view question Pin
Coremn18-Mar-02 14:27
Coremn18-Mar-02 14:27 
GeneralLaunching a wizard on application startup Pin
Jon Sagara18-Mar-02 13:02
Jon Sagara18-Mar-02 13:02 
GeneralRe: Launching a wizard on application startup Pin
Joaquín M López Muñoz18-Mar-02 13:12
Joaquín M López Muñoz18-Mar-02 13:12 
GeneralRe: Launching a wizard on application startup Pin
Jon Sagara18-Mar-02 13:12
Jon Sagara18-Mar-02 13:12 
GeneralRe: Launching a wizard on application startup Pin
Nish Nishant18-Mar-02 13:43
sitebuilderNish Nishant18-Mar-02 13:43 
GeneralRe: Launching a wizard on application startup Pin
Jon Sagara18-Mar-02 13:52
Jon Sagara18-Mar-02 13:52 
GeneralRe: Launching a wizard on application startup Pin
Nish Nishant18-Mar-02 13:53
sitebuilderNish Nishant18-Mar-02 13:53 
GeneralRe: Launching a wizard on application startup Pin
Jon Sagara18-Mar-02 13:59
Jon Sagara18-Mar-02 13:59 
GeneralRe: Launching a wizard on application startup Pin
Nish Nishant18-Mar-02 14:02
sitebuilderNish Nishant18-Mar-02 14:02 
GeneralRe: Launching a wizard on application startup Pin
Jon Sagara19-Mar-02 9:50
Jon Sagara19-Mar-02 9:50 
GeneralRe: Launching a wizard on application startup Pin
Derek Waters19-Mar-02 11:23
Derek Waters19-Mar-02 11:23 
GeneralPlaying MIDI notes Pin
18-Mar-02 12:35
suss18-Mar-02 12:35 

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.