Click here to Skip to main content
16,004,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to separate a specified number of Bits from a DWORD? Pin
krmed31-Dec-08 14:12
krmed31-Dec-08 14:12 
GeneralRe: How to separate a specified number of Bits from a DWORD? Pin
Richard Andrew x641-Jan-09 6:52
professionalRichard Andrew x641-Jan-09 6:52 
QuestionStuck in ShowWindow Pin
dj440031-Dec-08 4:41
dj440031-Dec-08 4:41 
QuestionRe: Stuck in ShowWindow Pin
Mark Salsbery31-Dec-08 6:13
Mark Salsbery31-Dec-08 6:13 
AnswerRe: Stuck in ShowWindow Pin
led mike31-Dec-08 7:20
led mike31-Dec-08 7:20 
GeneralRe: Stuck in ShowWindow Pin
Mark Salsbery31-Dec-08 7:24
Mark Salsbery31-Dec-08 7:24 
AnswerRe: Stuck in ShowWindow [modified] Pin
dj440031-Dec-08 20:48
dj440031-Dec-08 20:48 
GeneralRe: Stuck in ShowWindow Pin
Mark Salsbery1-Jan-09 6:27
Mark Salsbery1-Jan-09 6:27 
dj4400 wrote:
i call the create function for that dialog in the ctor of the containing dialog


If the containing dialog is used as the parent for the created dialog,
then that may not work - the parent dialog window (HWND) hasn't been created yet
at that point.

Try calling create for the child dialog in the parent's OnInitDialog() (after calling
the base class' OnInitDialog()).

Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Stuck in ShowWindow Pin
dj44003-Jan-09 23:06
dj44003-Jan-09 23:06 
Questionhow to solve the following problem? Pin
zhiyuan1631-Dec-08 4:12
zhiyuan1631-Dec-08 4:12 
AnswerRe: how to solve the following problem? Pin
Jijo.Raj31-Dec-08 4:27
Jijo.Raj31-Dec-08 4:27 
QuestionRemoving Command bar controls of Excel-2007 in c++ Pin
SRKSHOME31-Dec-08 1:39
SRKSHOME31-Dec-08 1:39 
AnswerRe: Removing Command bar controls of Excel-2007 in c++ Pin
led mike31-Dec-08 4:49
led mike31-Dec-08 4:49 
QuestionPixel Pin
Krishnakumartg31-Dec-08 1:02
Krishnakumartg31-Dec-08 1:02 
AnswerRe: Pixel Pin
CPallini31-Dec-08 2:45
mveCPallini31-Dec-08 2:45 
GeneralRe: Pixel Pin
Krishnakumartg31-Dec-08 4:23
Krishnakumartg31-Dec-08 4:23 
QuestionRe: Pixel Pin
CPallini31-Dec-08 5:22
mveCPallini31-Dec-08 5:22 
AnswerRe: Pixel PinPopular
Mark Salsbery31-Dec-08 6:18
Mark Salsbery31-Dec-08 6:18 
GeneralRe: Pixel Pin
Krishnakumartg31-Dec-08 17:07
Krishnakumartg31-Dec-08 17:07 
GeneralRe: Pixel Pin
Jeremy Falcon1-Jan-09 8:57
professionalJeremy Falcon1-Jan-09 8:57 
JokeRe: Pixel Pin
CPallini1-Jan-09 6:19
mveCPallini1-Jan-09 6:19 
GeneralRe: Pixel Pin
Mark Salsbery1-Jan-09 6:22
Mark Salsbery1-Jan-09 6:22 
GeneralRe: Pixel Pin
Shog91-Jan-09 6:27
sitebuilderShog91-Jan-09 6:27 
GeneralRe: Pixel Pin
CPallini1-Jan-09 6:29
mveCPallini1-Jan-09 6:29 
AnswerRe: Pixel Pin
Krishnakumartg31-Dec-08 17:04
Krishnakumartg31-Dec-08 17:04 

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.