Click here to Skip to main content
15,798,673 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to display Text in Chinese? [modified] Pin
Michael Schubert22-Oct-09 12:20
Michael Schubert22-Oct-09 12:20 
QuestionSolving a repaint problem in VS2005 [modified] Pin
SimplCodr22-Oct-09 7:24
SimplCodr22-Oct-09 7:24 
QuestionRe: Solving a repaint problem in VS2005 Pin
CPallini22-Oct-09 9:19
mveCPallini22-Oct-09 9:19 
AnswerRe: Solving a repaint problem in VS2005 Pin
SimplCodr22-Oct-09 11:13
SimplCodr22-Oct-09 11:13 
GeneralRe: Solving a repaint problem in VS2005 Pin
CPallini22-Oct-09 11:53
mveCPallini22-Oct-09 11:53 
GeneralRe: Solving a repaint problem in VS2005 Pin
SimplCodr22-Oct-09 11:54
SimplCodr22-Oct-09 11:54 
QuestionRe: Solving a repaint problem in VS2005 Pin
CPallini22-Oct-09 12:06
mveCPallini22-Oct-09 12:06 
AnswerRe: Solving a repaint problem in VS2005 Pin
SimplCodr22-Oct-09 12:25
SimplCodr22-Oct-09 12:25 
Create(), CreateEx() are not used in the Wizard generated MFC document applications at least not as far as I can tell. That is the problem... The Wizard generated application uses a method for creating the window that I cant really nail down. Many files are created myappView, myDoc, mainFrm header files and source files not including the stdafx files. I have tried to implement the virtual window code in the Wizard generated applications and cant get beyond the CClientDC issue. If I cant get a pointer to the current views DC I cant create the virtual window for storing text etc..

How can I create a pointer to the device context of the current view in VS2005 created MFC single document application?

I am not fimiliar with the call-stack debug window I will look into that.
GeneralRe: Solving a repaint problem in VS2005 Pin
CPallini22-Oct-09 13:02
mveCPallini22-Oct-09 13:02 
GeneralRe: Solving a repaint problem in VS2005 Pin
SimplCodr22-Oct-09 13:20
SimplCodr22-Oct-09 13:20 
GeneralRe: Solving a repaint problem in VS2005 Pin
CPallini22-Oct-09 21:38
mveCPallini22-Oct-09 21:38 
QuestionRe: Solving a repaint problem in VS2005 Pin
SimplCodr23-Oct-09 4:51
SimplCodr23-Oct-09 4:51 
AnswerRe: Solving a repaint problem in VS2005 Pin
SimplCodr22-Oct-09 12:32
SimplCodr22-Oct-09 12:32 
GeneralRe: Solving a repaint problem in VS2005 Pin
theCPkid22-Oct-09 17:57
theCPkid22-Oct-09 17:57 
AnswerRe: Solving a repaint problem in VS2005 Pin
SimplCodr23-Oct-09 5:05
SimplCodr23-Oct-09 5:05 
GeneralRe: Solving a repaint problem in VS2005 Pin
theCPkid23-Oct-09 6:07
theCPkid23-Oct-09 6:07 
GeneralRe: Solving a repaint problem in VS2005 Pin
SimplCodr23-Oct-09 6:49
SimplCodr23-Oct-09 6:49 
GeneralRe: Solving a repaint problem in VS2005 Pin
CPallini23-Oct-09 6:41
mveCPallini23-Oct-09 6:41 
GeneralRe: Solving a repaint problem in VS2005 Pin
SimplCodr23-Oct-09 7:03
SimplCodr23-Oct-09 7:03 
QuestionRe: Solving a repaint problem in VS2005 Pin
SimplCodr23-Oct-09 9:21
SimplCodr23-Oct-09 9:21 
AnswerRe: Solving a repaint problem in VS2005 Pin
CPallini23-Oct-09 11:05
mveCPallini23-Oct-09 11:05 
GeneralRe: Solving a repaint problem in VS2005 Pin
SimplCodr23-Oct-09 11:29
SimplCodr23-Oct-09 11:29 
GeneralRe: Solving a repaint problem in VS2005 Pin
CPallini23-Oct-09 11:50
mveCPallini23-Oct-09 11:50 
GeneralRe: Solving a repaint problem in VS2005 Pin
theCPkid23-Oct-09 20:00
theCPkid23-Oct-09 20:00 
GeneralRe: Solving a repaint problem in VS2005 Pin
SimplCodr24-Oct-09 6:12
SimplCodr24-Oct-09 6:12 

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.