Click here to Skip to main content
16,007,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Enter touch kills dialog base window Pin
Baafie5-Aug-01 11:15
Baafie5-Aug-01 11:15 
GeneralCrypto API Pin
Peter Liddle5-Aug-01 7:18
Peter Liddle5-Aug-01 7:18 
Generaljust a question... Pin
roel5-Aug-01 5:32
roel5-Aug-01 5:32 
GeneralRe: just a question... Pin
Baafie5-Aug-01 5:56
Baafie5-Aug-01 5:56 
GeneralRe: just a question... Pin
roel5-Aug-01 6:17
roel5-Aug-01 6:17 
GeneralRe: just a question... Pin
Baafie5-Aug-01 6:25
Baafie5-Aug-01 6:25 
GeneralRe: just a question... Pin
roel5-Aug-01 12:05
roel5-Aug-01 12:05 
GeneralRe: just a question... Pin
Christian Graus5-Aug-01 13:44
protectorChristian Graus5-Aug-01 13:44 
If you can't afford to buy books ( and I was a student once too, so I know how you feel ) then I'd suggest looking for free books on the net. It's a poor substitute but could be your best bet for now. However, if you're serious about it, you *will* have to spring for some books eventually. Look at the list on this site for books that are highly recommended so you don't blow your cash.

However, it sounds to me more like you need to learn C++ before diving into Windows or MFC. MFC makes Windows programming *easier*, not harder. I'd recommend going Win32 AFTER learning it in MFC, unless you own Pethold's book, but even then, I still think it is more complex.

The resource editor allows you to create things like menus and bitmaps which you can load from the resource, meaning they are stored in your .exe file. The dialog editor allows you to design a dialog box, then you can double click on it to create a class that uses that dialog template, and use the class wizard to add message handlers for events and controls on the dialog.



Christian

#include "std_disclaimer.h"

The careful application of terror is also a form of communication.

Eagles may soar, but weasels don't get sucked into jet engines.
GeneralRe: just a question... Pin
roel5-Aug-01 14:14
roel5-Aug-01 14:14 
GeneralRe: just a question... Pin
Christian Graus5-Aug-01 14:18
protectorChristian Graus5-Aug-01 14:18 
GeneralRe: just a question... Pin
Paolo Messina6-Aug-01 11:34
professionalPaolo Messina6-Aug-01 11:34 
GeneralRe: just a question... Pin
Todd Smith5-Aug-01 16:14
Todd Smith5-Aug-01 16:14 
GeneralRe: just a question... Pin
Christian Graus5-Aug-01 16:34
protectorChristian Graus5-Aug-01 16:34 
GeneralRe: just a question... Pin
Todd Smith5-Aug-01 17:08
Todd Smith5-Aug-01 17:08 
GeneralRe: just a question... Pin
roel5-Aug-01 21:25
roel5-Aug-01 21:25 
GeneralRe: just a question... Pin
Todd Smith5-Aug-01 16:14
Todd Smith5-Aug-01 16:14 
GeneralRe: just a question... Pin
Todd Smith5-Aug-01 16:14
Todd Smith5-Aug-01 16:14 
GeneralRe: just a question... Pin
Kuniva5-Aug-01 22:41
Kuniva5-Aug-01 22:41 
GeneralStrings Pin
Peter Liddle5-Aug-01 4:45
Peter Liddle5-Aug-01 4:45 
GeneralRe: Strings Pin
Paolo Messina5-Aug-01 5:58
professionalPaolo Messina5-Aug-01 5:58 
GeneralMFC doc/view Pin
Wim Jans5-Aug-01 4:08
Wim Jans5-Aug-01 4:08 
GeneralRe: MFC doc/view Pin
Frank Deo5-Aug-01 4:24
Frank Deo5-Aug-01 4:24 
GeneralRe: MFC doc/view Pin
Michael Dunn5-Aug-01 8:16
sitebuilderMichael Dunn5-Aug-01 8:16 
GeneralRe: MFC doc/view Pin
Wim Jans5-Aug-01 11:05
Wim Jans5-Aug-01 11:05 
GeneralRe: MFC doc/view Pin
Frank Deo5-Aug-01 12:38
Frank Deo5-Aug-01 12:38 

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.