Click here to Skip to main content
15,884,388 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
Thanks for reply

Got the date --- debug shows someting is not happy Needs the Window Handle?

// Gain a pointer to the control
char datetext[25];
EnableWindow(GetDlgItem(hwndDlg,IDC_DATETIMEPICKER4),true);
GetDlgItemText(hwndDlg,IDC_DATETIMEPICKER4,datetext,25);

CDateTimeCtrl* pCtrl = (CDateTimeCtrl*) GetDlgItem(hwndDlg,IDC_DATETIMEPICKER4);
ASSERT(pCtrl != NULL);

debug
+ datetext 0x0011f16c "4/15/2009"
+ hwndDlg 0x00050736
+ pCtrl 0x00000000 {CDateTimeCtrl hWnd=???}
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 
QuestionCListCtrl::OnTimer() Pin
Radhakrishnan G.15-Apr-09 2:34
Radhakrishnan G.15-Apr-09 2:34 

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.