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

C / C++ / MFC

 
GeneralLPT port Pin
18-Mar-02 16:44
suss18-Mar-02 16:44 
QuestionHow to extend the all edit-like control in my code? Any idea? Pin
Aaron K.B. Huang18-Mar-02 16:37
Aaron K.B. Huang18-Mar-02 16:37 
AnswerRe: How to extend the all edit-like control in my code? Any idea? Pin
Paul M Watt18-Mar-02 19:47
mentorPaul M Watt18-Mar-02 19:47 
GeneralRe: How to extend the all edit-like control in my code? Any idea? Pin
Aaron K.B. Huang18-Mar-02 21:03
Aaron K.B. Huang18-Mar-02 21:03 
Generalstart a program which start at logon Pin
FutureWizard18-Mar-02 16:23
FutureWizard18-Mar-02 16:23 
GeneralRe: start a program which start at logon Pin
Nish Nishant18-Mar-02 17:38
sitebuilderNish Nishant18-Mar-02 17:38 
QuestionHow to make a window(?) Pin
SilverShalkin18-Mar-02 14:06
SilverShalkin18-Mar-02 14:06 
AnswerRe: How to make a window(?) Pin
Christian Graus18-Mar-02 14:16
protectorChristian Graus18-Mar-02 14:16 
If you have VC, then use a wizard to create either a Win32 application to see how it's done the old way ( and the way that MFC wraps for you ), or a new MFC application to see how MFC does it. I'd recommend starting with an MFC dialog based application, it's the simplest. New dialogs are added by creating them in the resource editor, double clicking on the dialog and following the prompts to create a class. Then you need simply create an instance of the class and call DoModal on it. It will return IDOK or IDCANCEL if you want to test for what your user did with it and any data not stored in controls will be there for you after it closes.


Christian

The tragedy of cyberspace - that so much can travel so far, and yet mean so little.

"I'm thinking of getting married for companionship and so I have someone to cook and clean." - Martin Marvinski, 6/3/2002
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 
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 

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.