Click here to Skip to main content
15,905,323 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralA small tip for capturing focus in Win2K Pin
Nish Nishant1-Mar-02 19:40
sitebuilderNish Nishant1-Mar-02 19:40 
GeneralBeginning MFC (Prosise) Part III - Now What? :: C++ Pin
valikac1-Mar-02 14:49
valikac1-Mar-02 14:49 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
Nish Nishant1-Mar-02 14:57
sitebuilderNish Nishant1-Mar-02 14:57 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
Christian Graus1-Mar-02 15:32
protectorChristian Graus1-Mar-02 15:32 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
valikac1-Mar-02 16:03
valikac1-Mar-02 16:03 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
Christian Graus1-Mar-02 16:19
protectorChristian Graus1-Mar-02 16:19 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
Nish Nishant1-Mar-02 16:35
sitebuilderNish Nishant1-Mar-02 16:35 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
valikac1-Mar-02 17:34
valikac1-Mar-02 17:34 
Okay.

I will begin with one general issue. I am not exactly sure where to map command and command UI, but most important, messages in general.

Mainframe and documents can only handle command/UI messages. I cannot decide where to map command/UI mainframe, view, or documents.

I am very rusty on classifying different messages, but that is not a problem because I can always look them up in Promise's book.

The last issue I am not certain of is all the painting tools. Promise discussed a lot of core materials in the first five chapters. I lost sight of all th painting tools along the way.

Yes, I read everything very carefully. There were just too many new materials to remember without having any prior knowledge MFC to use each tool as Prosise present it. When I was learning C++, I was able to read the new material and immediately apply it in a real program. That is how I learn, and it is when I am at my best. With MFC, I learn that "k" is a letter, but that is it. I have no idea that "i" and "j" are before and after "k."

I really enjoy reading about document/view because it is something I caught on quick. I understand that architecture. It is the tools around MFC classes that I do not understand. The two pages of classes and functions in the first two pages of Promise's book hurts my brain.

Now, the program I am working on has to do with read data from a text file, analyze the data, and output the modified data back to the file. For example, the program will read "a" and output "Letter: A."

I am not sure the exact CView I need (scroll, edit, etc.). I am not sure what message I need to consider and what to map them. In general, I am not ready to implement the win32 console program to windows using MFC.

Thanks,
Kuphryn
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
Christian Graus1-Mar-02 17:49
protectorChristian Graus1-Mar-02 17:49 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
valikac1-Mar-02 18:01
valikac1-Mar-02 18:01 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
Christian Graus1-Mar-02 19:53
protectorChristian Graus1-Mar-02 19:53 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
Nish Nishant1-Mar-02 19:58
sitebuilderNish Nishant1-Mar-02 19:58 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
Christian Graus1-Mar-02 20:17
protectorChristian Graus1-Mar-02 20:17 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
Nish Nishant1-Mar-02 20:25
sitebuilderNish Nishant1-Mar-02 20:25 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
Nish Nishant1-Mar-02 20:26
sitebuilderNish Nishant1-Mar-02 20:26 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
Christian Graus1-Mar-02 20:27
protectorChristian Graus1-Mar-02 20:27 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
Nish Nishant1-Mar-02 20:42
sitebuilderNish Nishant1-Mar-02 20:42 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
alex.barylski1-Mar-02 16:38
alex.barylski1-Mar-02 16:38 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
Christian Graus1-Mar-02 16:55
protectorChristian Graus1-Mar-02 16:55 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
Paul M Watt1-Mar-02 20:44
mentorPaul M Watt1-Mar-02 20:44 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
Christian Graus1-Mar-02 21:03
protectorChristian Graus1-Mar-02 21:03 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
alex.barylski2-Mar-02 8:48
alex.barylski2-Mar-02 8:48 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
Imran Farooqui1-Mar-02 20:21
Imran Farooqui1-Mar-02 20:21 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
Christian Graus1-Mar-02 20:28
protectorChristian Graus1-Mar-02 20:28 
GeneralRe: Beginning MFC (Prosise) Part III - Now What? :: C++ Pin
Imran Farooqui1-Mar-02 20:39
Imran Farooqui1-Mar-02 20:39 

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.