Click here to Skip to main content
15,909,051 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: object life cycle question Pin
Maximilien25-Feb-09 3:46
Maximilien25-Feb-09 3:46 
GeneralRe: object life cycle question Pin
David Crow25-Feb-09 6:18
David Crow25-Feb-09 6:18 
GeneralRe: object life cycle question Pin
tyr200025-Feb-09 13:14
tyr200025-Feb-09 13:14 
AnswerRe: object life cycle question Pin
Stuart Dootson25-Feb-09 8:55
professionalStuart Dootson25-Feb-09 8:55 
GeneralRe: object life cycle question Pin
tyr200025-Feb-09 13:12
tyr200025-Feb-09 13:12 
GeneralRe: object life cycle question Pin
Stuart Dootson25-Feb-09 15:14
professionalStuart Dootson25-Feb-09 15:14 
QuestionHow to enabling CMainFrame to have the cursor when the application starts Pin
susanne125-Feb-09 2:48
susanne125-Feb-09 2:48 
AnswerRe: How to enabling CMainFrame to have the cursor when the application starts Pin
Sarath C25-Feb-09 3:04
Sarath C25-Feb-09 3:04 
You will have to choose CEditView instead of CView for the Application to support editing by default. Either create a new project and from "Generated Class" option, choose CEditView or CRichEditView instead of CView or manually rename CView References in your project to CEditView then it should work fine.

If your question is something else, please mention it clearly.

-Sarath.
"Great hopes make everything great possible" - Benjamin Franklin

GeneralRe: How to enabling CMainFrame to have the cursor when the application starts Pin
susanne125-Feb-09 3:22
susanne125-Feb-09 3:22 
GeneralRe: How to enabling CMainFrame to have the cursor when the application starts Pin
susanne125-Feb-09 5:10
susanne125-Feb-09 5:10 
GeneralRe: How to enabling CMainFrame to have the cursor when the application starts Pin
Sarath C25-Feb-09 5:59
Sarath C25-Feb-09 5:59 
GeneralRe: How to enabling CMainFrame to have the cursor when the application starts Pin
susanne125-Feb-09 6:11
susanne125-Feb-09 6:11 
QuestionLinker Extern Erros from MFC objects Pin
ForNow25-Feb-09 2:38
ForNow25-Feb-09 2:38 
AnswerRe: Linker Extern Erros from MFC objects Pin
Sarath C25-Feb-09 2:48
Sarath C25-Feb-09 2:48 
GeneralRe: Linker Extern Erros from MFC objects Pin
ForNow25-Feb-09 7:04
ForNow25-Feb-09 7:04 
QuestionMBCS with Unicode Pin
Member 475657425-Feb-09 2:26
Member 475657425-Feb-09 2:26 
AnswerRe: MBCS with Unicode Pin
«_Superman_»25-Feb-09 2:28
professional«_Superman_»25-Feb-09 2:28 
GeneralRe: MBCS with Unicode Pin
Member 475657425-Feb-09 2:36
Member 475657425-Feb-09 2:36 
GeneralRe: MBCS with Unicode Pin
«_Superman_»25-Feb-09 2:41
professional«_Superman_»25-Feb-09 2:41 
AnswerRe: MBCS with Unicode Pin
Sarath C25-Feb-09 3:01
Sarath C25-Feb-09 3:01 
QuestionBuffer to HDC handle Pin
Elsie25-Feb-09 2:24
Elsie25-Feb-09 2:24 
QuestionRe: Buffer to HDC handle Pin
CPallini25-Feb-09 2:52
mveCPallini25-Feb-09 2:52 
AnswerRe: Buffer to HDC handle Pin
Elsie25-Feb-09 2:59
Elsie25-Feb-09 2:59 
AnswerRe: Buffer to HDC handle Pin
Code-o-mat25-Feb-09 4:10
Code-o-mat25-Feb-09 4:10 
QuestionWhere do we get MESSAGE ID s of registered activex controls? Pin
dschowta25-Feb-09 2:07
dschowta25-Feb-09 2:07 

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.