Click here to Skip to main content
15,887,267 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem while displaying "Greek" and "Russian" Strings Pin
Richard MacCutchan19-Oct-10 4:48
mveRichard MacCutchan19-Oct-10 4:48 
GeneralRe: Problem while displaying "Greek" and "Russian" Strings Pin
msr_codeproject19-Oct-10 19:01
msr_codeproject19-Oct-10 19:01 
GeneralRe: Problem while displaying "Greek" and "Russian" Strings Pin
Richard MacCutchan19-Oct-10 22:57
mveRichard MacCutchan19-Oct-10 22:57 
AnswerRe: Problem while displaying "Greek" and "Russian" Strings Pin
gothic_coder20-Oct-10 21:08
gothic_coder20-Oct-10 21:08 
GeneralRe: Problem while displaying "Greek" and "Russian" Strings [modified] Pin
msr_codeproject20-Oct-10 21:12
msr_codeproject20-Oct-10 21:12 
QuestionFILETIME / WinAPI Pin
Fareed Rizkalla18-Oct-10 22:36
Fareed Rizkalla18-Oct-10 22:36 
AnswerRe: FILETIME / WinAPI Pin
vasu_sri18-Oct-10 23:32
vasu_sri18-Oct-10 23:32 
GeneralRe: FILETIME / WinAPI Pin
Fareed Rizkalla18-Oct-10 23:51
Fareed Rizkalla18-Oct-10 23:51 
You haven't read my problem, maybe took a good look than a glimpse at it!

FileDetails is Structure used in FindFile function.

FILETIME UTCTime = FileDetails.ftCreationTime;
FILETIME LocalTime;

FileTimeToLocalFileTime( &UTCTime, &LocalTime);

SYSTEMTIME HumanReadableForm;
FileTimeToSystemTime(&LocalTime, &HumanReadableForm);

QuestionRe: FILETIME / WinAPI Pin
David Crow19-Oct-10 4:18
David Crow19-Oct-10 4:18 
AnswerRe: FILETIME / WinAPI Pin
Fareed Rizkalla19-Oct-10 13:16
Fareed Rizkalla19-Oct-10 13:16 
Questionedit box taking 1108 lines Pin
learningvisualc18-Oct-10 21:48
learningvisualc18-Oct-10 21:48 
AnswerRe: edit box taking 1108 lines Pin
Sauro Viti18-Oct-10 22:02
professionalSauro Viti18-Oct-10 22:02 
AnswerRe: edit box taking 1108 lines Pin
«_Superman_»18-Oct-10 22:42
professional«_Superman_»18-Oct-10 22:42 
QuestionChallenging question for AVI Reading experts Pin
gonsalvesroger18-Oct-10 19:34
gonsalvesroger18-Oct-10 19:34 
QuestionOverflow in LPtoDP function Pin
ashtwin18-Oct-10 18:31
ashtwin18-Oct-10 18:31 
AnswerRe: Overflow in LPtoDP function Pin
Richard MacCutchan18-Oct-10 22:35
mveRichard MacCutchan18-Oct-10 22:35 
GeneralRe: Overflow in LPtoDP function Pin
ashtwin19-Oct-10 3:11
ashtwin19-Oct-10 3:11 
GeneralRe: Overflow in LPtoDP function Pin
Richard MacCutchan19-Oct-10 4:30
mveRichard MacCutchan19-Oct-10 4:30 
GeneralRe: Overflow in LPtoDP function Pin
ashtwin21-Oct-10 23:09
ashtwin21-Oct-10 23:09 
GeneralRe: Overflow in LPtoDP function Pin
Richard MacCutchan22-Oct-10 2:44
mveRichard MacCutchan22-Oct-10 2:44 
Questionstatic text box new line problem Pin
raju_shiva18-Oct-10 18:04
raju_shiva18-Oct-10 18:04 
AnswerRe: static text box new line problem Pin
vasu_sri18-Oct-10 19:01
vasu_sri18-Oct-10 19:01 
QuestionHow to use " CMFCPropertyGridProperty "to have a button Pin
stevenyes18-Oct-10 5:42
stevenyes18-Oct-10 5:42 
AnswerRe: How to use " CMFCPropertyGridProperty "to have a button Pin
Andrew Truckle28-Feb-24 7:58
professionalAndrew Truckle28-Feb-24 7:58 
QuestionOn the Origin of CTabCtrlEx used in Tabbed Dialogs Pin
federico.strati18-Oct-10 4:00
federico.strati18-Oct-10 4:00 

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.