Click here to Skip to main content
15,885,365 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: ImageList in ListCtrl behaves differently in debug or release Pin
Naveen14-Jun-06 2:57
Naveen14-Jun-06 2:57 
QuestionHow to hide the tabs in PropertyPage Pin
si_6914-Jun-06 2:43
si_6914-Jun-06 2:43 
AnswerRe: How to hide the tabs in PropertyPage Pin
Laxman Auti14-Jun-06 2:48
Laxman Auti14-Jun-06 2:48 
GeneralRe: How to hide the tabs in PropertyPage Pin
Naveen14-Jun-06 2:50
Naveen14-Jun-06 2:50 
GeneralRe: How to hide the tabs in PropertyPage Pin
Laxman Auti14-Jun-06 2:57
Laxman Auti14-Jun-06 2:57 
AnswerRe: How to hide the tabs in PropertyPage Pin
Naveen14-Jun-06 2:48
Naveen14-Jun-06 2:48 
QuestionRe: How to hide the tabs in PropertyPage Pin
David Crow14-Jun-06 4:07
David Crow14-Jun-06 4:07 
QuestionCompareFileTime problems Pin
LCI14-Jun-06 2:26
LCI14-Jun-06 2:26 
Trying to compare a date to see if it is earlier of later.
My CompareFileTime function returns junk.. 0xffffff.

FILETIME Time;
SYSTEMTIME stime;
FILETIME ftime;

GetSystemTime(&stime);
BOOL bSys = SystemTimeToFileTime(&stime, &ftime);
LONG lfiletime;
FileTimeToLocalFileTime(&FindFileData.ftCreationTime,&Time);
//Time = &FindFileData.ftCreationTime;
lfiletime = CompareFileTime(&Time, &ftime);


AnswerRe: CompareFileTime problems Pin
James R. Twine14-Jun-06 2:29
James R. Twine14-Jun-06 2:29 
GeneralRe: CompareFileTime problems Pin
LCI14-Jun-06 2:37
LCI14-Jun-06 2:37 
GeneralRe: CompareFileTime problems Pin
Cedric Moonen14-Jun-06 2:48
Cedric Moonen14-Jun-06 2:48 
GeneralRe: CompareFileTime problems Pin
James R. Twine14-Jun-06 3:00
James R. Twine14-Jun-06 3:00 
AnswerRe: CompareFileTime problems Pin
Hamid_RT14-Jun-06 2:59
Hamid_RT14-Jun-06 2:59 
Questiondisplayiing a Dialog over a Dialog Pin
anilksingh14-Jun-06 2:06
anilksingh14-Jun-06 2:06 
AnswerRe: displayiing a Dialog over a Dialog Pin
Cedric Moonen14-Jun-06 2:14
Cedric Moonen14-Jun-06 2:14 
AnswerRe: displayiing a Dialog over a Dialog Pin
Laxman Auti14-Jun-06 2:15
Laxman Auti14-Jun-06 2:15 
AnswerRe: displayiing a Dialog over a Dialog [modified] Pin
_AnsHUMAN_ 14-Jun-06 2:18
_AnsHUMAN_ 14-Jun-06 2:18 
AnswerRe: displayiing a Dialog over a Dialog Pin
Naveen14-Jun-06 2:18
Naveen14-Jun-06 2:18 
AnswerRe: displayiing a Dialog over a Dialog Pin
Ganesh_T14-Jun-06 2:37
Ganesh_T14-Jun-06 2:37 
QuestionAlt+Tab Pin
Anu_Bala14-Jun-06 1:37
Anu_Bala14-Jun-06 1:37 
AnswerRe: Alt+Tab Pin
see me14-Jun-06 1:43
see me14-Jun-06 1:43 
GeneralRe: Alt+Tab Pin
Anu_Bala14-Jun-06 1:47
Anu_Bala14-Jun-06 1:47 
GeneralRe: Alt+Tab Pin
see me14-Jun-06 1:55
see me14-Jun-06 1:55 
GeneralRe: Alt+Tab [modified] Pin
_AnsHUMAN_ 14-Jun-06 2:08
_AnsHUMAN_ 14-Jun-06 2:08 
AnswerRe: Alt+Tab Pin
_AnsHUMAN_ 14-Jun-06 1:43
_AnsHUMAN_ 14-Jun-06 1:43 

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.