Click here to Skip to main content
16,010,553 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Get printer DC given printer name & paper size Pin
Vipin Aravind21-Jan-06 7:12
Vipin Aravind21-Jan-06 7:12 
GeneralRe: Get printer DC given printer name & paper size Pin
s o v a n n3-Feb-06 17:11
s o v a n n3-Feb-06 17:11 
QuestionMore information about Web-Style GUI Pin
Allad20-Jan-06 21:21
Allad20-Jan-06 21:21 
QuestionCustom control problem Pin
followait20-Jan-06 20:18
followait20-Jan-06 20:18 
AnswerRe: Custom control problem Pin
Allad20-Jan-06 23:35
Allad20-Jan-06 23:35 
GeneralRe: Custom control problem Pin
followait21-Jan-06 20:23
followait21-Jan-06 20:23 
GeneralRe: Custom control problem Pin
Lane Yu22-Jan-06 3:15
Lane Yu22-Jan-06 3:15 
AnswerRe: Custom control problem Pin
PJ Arends21-Jan-06 12:00
professionalPJ Arends21-Jan-06 12:00 
If your custom control is on a dialog or form view (created from a dialog template) then your class's OnCreate() is never called. That is because the contol window is created when the dialog is created, and then your control subclasses the window. Use PreSubclassWindow to handle the code that you would normally handle in OnCreate.




"You're obviously a superstar." - Christian Graus about me - 12 Feb '03

"Obviously ???  You're definitely a superstar!!!" - mYkel - 21 Jun '04

"There's not enough blatant self-congratulatory backslapping in the world today..." - HumblePie - 21 Jun '05

Within you lies the power for good - Use it!
GeneralRe: Custom control problem Pin
followait21-Jan-06 20:37
followait21-Jan-06 20:37 
QuestionCopyFile() Pin
Anu_Bala20-Jan-06 18:50
Anu_Bala20-Jan-06 18:50 
AnswerRe: CopyFile() Pin
whizano20-Jan-06 19:36
whizano20-Jan-06 19:36 
QuestionSuspendThread question Pin
misha_grewal20-Jan-06 17:53
misha_grewal20-Jan-06 17:53 
AnswerRe: SuspendThread question Pin
Toby Opferman20-Jan-06 19:13
Toby Opferman20-Jan-06 19:13 
AnswerRe: SuspendThread question Pin
Stephen Hewitt20-Jan-06 19:14
Stephen Hewitt20-Jan-06 19:14 
AnswerRe: SuspendThread question Pin
whizano20-Jan-06 19:30
whizano20-Jan-06 19:30 
Questionhow can i change the background color of selected listctrl item Pin
baldha rakesh20-Jan-06 17:50
baldha rakesh20-Jan-06 17:50 
AnswerRe: how can i change the background color of selected listctrl item Pin
Stephen Hewitt20-Jan-06 19:50
Stephen Hewitt20-Jan-06 19:50 
QuestionSimple C++ Error... Please Help Pin
Joshua N20-Jan-06 15:42
Joshua N20-Jan-06 15:42 
AnswerRe: Simple C++ Error... Please Help Pin
Garth J Lancaster20-Jan-06 16:06
professionalGarth J Lancaster20-Jan-06 16:06 
GeneralRe: Simple C++ Error... Please Help Pin
Joshua N20-Jan-06 21:54
Joshua N20-Jan-06 21:54 
GeneralRe: Simple C++ Error... Please Help Pin
Garth J Lancaster20-Jan-06 23:33
professionalGarth J Lancaster20-Jan-06 23:33 
GeneralRe: Simple C++ Error... Please Help Pin
Garth J Lancaster21-Jan-06 0:03
professionalGarth J Lancaster21-Jan-06 0:03 
GeneralRe: Simple C++ Error... Please Help Pin
Joshua N21-Jan-06 6:45
Joshua N21-Jan-06 6:45 
GeneralRe: Simple C++ Error... Please Help Pin
Garth J Lancaster21-Jan-06 12:19
professionalGarth J Lancaster21-Jan-06 12:19 
GeneralRe: Simple C++ Error... Please Help Pin
RadioOpa21-Jan-06 10:25
RadioOpa21-Jan-06 10:25 

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.