Click here to Skip to main content
15,897,273 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Not able to get Text From Rich Edit Pin
David Crow18-Sep-07 4:31
David Crow18-Sep-07 4:31 
AnswerRe: Not able to get Text From Rich Edit Pin
GauranG Shah18-Sep-07 18:36
GauranG Shah18-Sep-07 18:36 
GeneralRe: Not able to get Text From Rich Edit Pin
David Crow19-Sep-07 2:35
David Crow19-Sep-07 2:35 
Answer[OT] Pin
David Crow18-Sep-07 3:02
David Crow18-Sep-07 3:02 
QuestionHow to Use IActiveDesktop Interface in vc++ Pin
padpras18-Sep-07 0:29
padpras18-Sep-07 0:29 
AnswerRe: How to Use IActiveDesktop Interface in vc++ Pin
Hamid_RT18-Sep-07 2:54
Hamid_RT18-Sep-07 2:54 
QuestionMFC Custom Control Problem Pin
Jinzuu18-Sep-07 0:16
Jinzuu18-Sep-07 0:16 
AnswerRe: MFC Custom Control Problem Pin
Iain Clarke, Warrior Programmer18-Sep-07 2:29
Iain Clarke, Warrior Programmer18-Sep-07 2:29 
You won't get WM_CREATE, as the initial sliders were created before WM_INITDIALOG was called. Off the top of my head, you can override a virtual CWnd::PreSubClass , as this is called when you're subclassing, or when you're creating a control.

For your problem, I'd comment out the memory DC bits until you are happy that its working without that.

Then, create the memory DC in your OnPaint handler. Check the ClientRect against the size of the MemDC, and recreate it if you have to. Then you don't need to worry about creation messages.

(Don;t forget to tidy up after it though!)

Iain.



GeneralRe: MFC Custom Control Problem Pin
Jinzuu20-Sep-07 5:52
Jinzuu20-Sep-07 5:52 
GeneralRe: MFC Custom Control Problem Pin
Iain Clarke, Warrior Programmer20-Sep-07 6:34
Iain Clarke, Warrior Programmer20-Sep-07 6:34 
Questionopengl in mfc Pin
saisp17-Sep-07 23:40
saisp17-Sep-07 23:40 
AnswerRe: opengl in mfc Pin
Russell'18-Sep-07 1:00
Russell'18-Sep-07 1:00 
QuestionAn Multi Thread SDI application Pin
Marimuthu.r17-Sep-07 23:26
Marimuthu.r17-Sep-07 23:26 
AnswerRe: An Multi Thread SDI application Pin
baerten18-Sep-07 0:10
baerten18-Sep-07 0:10 
GeneralRe: An Multi Thread SDI application Pin
Marimuthu.r18-Sep-07 1:19
Marimuthu.r18-Sep-07 1:19 
GeneralRe: An Multi Thread SDI application Pin
Waldermort18-Sep-07 2:34
Waldermort18-Sep-07 2:34 
AnswerRe: An Multi Thread SDI application Pin
Russell'18-Sep-07 0:10
Russell'18-Sep-07 0:10 
AnswerRe: An Multi Thread SDI application Pin
Cliff Hatch18-Sep-07 9:04
Cliff Hatch18-Sep-07 9:04 
QuestionON_COMMAND_EX Pin
Rockone17-Sep-07 22:25
Rockone17-Sep-07 22:25 
AnswerRe: ON_COMMAND_EX Pin
ashukasama17-Sep-07 22:57
ashukasama17-Sep-07 22:57 
GeneralRe: ON_COMMAND_EX Pin
Rockone17-Sep-07 23:20
Rockone17-Sep-07 23:20 
QuestionRe: ON_COMMAND_EX Pin
David Crow18-Sep-07 3:09
David Crow18-Sep-07 3:09 
AnswerRe: ON_COMMAND_EX Pin
Rockone18-Sep-07 16:12
Rockone18-Sep-07 16:12 
QuestionRe: ON_COMMAND_EX Pin
David Crow19-Sep-07 2:40
David Crow19-Sep-07 2:40 
AnswerRe: ON_COMMAND_EX Pin
Rockone19-Sep-07 23:45
Rockone19-Sep-07 23:45 

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.