Click here to Skip to main content
15,889,096 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: SendMessage in VS 2008 Pin
CString(0xcccccccc)16-Apr-09 22:16
CString(0xcccccccc)16-Apr-09 22:16 
Questioncreating tooltip that follows cusor, to display coordinates. Pin
soongez15-Apr-09 6:21
soongez15-Apr-09 6:21 
AnswerRe: creating tooltip that follows cusor, to display coordinates. Pin
Stuart Dootson15-Apr-09 9:40
professionalStuart Dootson15-Apr-09 9:40 
QuestionRe: creating tooltip that follows cusor, to display coordinates. Pin
Maximilien15-Apr-09 10:06
Maximilien15-Apr-09 10:06 
AnswerRe: creating tooltip that follows cusor, to display coordinates. Pin
soongez15-Apr-09 15:19
soongez15-Apr-09 15:19 
AnswerRe: creating tooltip that follows cusor, to display coordinates. Pin
Rolf Kristensen15-Apr-09 20:49
Rolf Kristensen15-Apr-09 20:49 
QuestionDate Picker Control - Need to switch from British to American Format. Pin
Don Jones BNYMellon15-Apr-09 4:09
Don Jones BNYMellon15-Apr-09 4:09 
AnswerRe: Date Picker Control - Need to switch from British to American Format. Pin
led mike15-Apr-09 4:18
led mike15-Apr-09 4:18 
Don Jones BNYMellon wrote:
tried this: (assertion error occurs)


What assertion error, this one?

Don Jones BNYMellon wrote:
ASSERT(pCtrl != NULL);


If so that means the control( IDC_DATETIMEPICKER4) has not been created.

Aside: It is more practical when forming comparison expressions of variables to constants, to place the constant on the left side of the comparison statement NULL != pCtrl. This way the compiler will error if you typo the statement into NULL = pCtrl whereas it won't if you typo pCtrl = NULL
GeneralRe: Date Picker Control - Need to switch from British to American Format. Pin
Don Jones BNYMellon15-Apr-09 4:59
Don Jones BNYMellon15-Apr-09 4:59 
QuestionRe: Date Picker Control - Need to switch from British to American Format. Pin
David Crow15-Apr-09 5:57
David Crow15-Apr-09 5:57 
AnswerRe: Date Picker Control - Need to switch from British to American Format. Pin
Don Jones BNYMellon15-Apr-09 7:36
Don Jones BNYMellon15-Apr-09 7:36 
QuestionRe: Date Picker Control - Need to switch from British to American Format. Pin
David Crow15-Apr-09 7:39
David Crow15-Apr-09 7:39 
AnswerRe: Date Picker Control - Need to switch from British to American Format. Pin
Don Jones BNYMellon15-Apr-09 8:00
Don Jones BNYMellon15-Apr-09 8:00 
GeneralRe: Date Picker Control - Need to switch from British to American Format. Pin
Don Jones BNYMellon15-Apr-09 8:17
Don Jones BNYMellon15-Apr-09 8:17 
GeneralRe: Date Picker Control - Need to switch from British to American Format. Pin
David Crow15-Apr-09 9:15
David Crow15-Apr-09 9:15 
Questionhow to get the linux kernel version in cpp program Pin
scamguru15-Apr-09 3:09
scamguru15-Apr-09 3:09 
AnswerRe: how to get the linux kernel version in cpp program Pin
ParagPatel15-Apr-09 3:31
ParagPatel15-Apr-09 3:31 
GeneralRe: how to get the linux kernel version in cpp program Pin
scamguru15-Apr-09 4:12
scamguru15-Apr-09 4:12 
GeneralRe: how to get the linux kernel version in cpp program Pin
ParagPatel15-Apr-09 4:28
ParagPatel15-Apr-09 4:28 
GeneralRe: how to get the linux kernel version in cpp program Pin
scamguru15-Apr-09 4:40
scamguru15-Apr-09 4:40 
Questionerror LNK2001 Pin
venera_soft15-Apr-09 3:00
venera_soft15-Apr-09 3:00 
QuestionRe: error LNK2001 Pin
David Crow15-Apr-09 3:23
David Crow15-Apr-09 3:23 
AnswerRe: error LNK2001 Pin
venera_soft17-Apr-09 3:31
venera_soft17-Apr-09 3:31 
AnswerRe: error LNK2001 Pin
Stuart Dootson15-Apr-09 3:39
professionalStuart Dootson15-Apr-09 3:39 
AnswerRe: error LNK2001 Pin
venera_soft17-Apr-09 3:32
venera_soft17-Apr-09 3:32 

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.