Click here to Skip to main content
15,886,806 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Problem while displaying "Greek" and "Russian" Strings Pin
msr_codeproject18-Oct-10 23:52
msr_codeproject18-Oct-10 23:52 
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 
if you have FILETIME structure, then
use this function FileTimeToSystemTime();
in this function pass the SYSTEMTIME as sencond argument.

like this:
FileTimeToSystemTime(&fileTime,&systemTime);
szString.Format (_TEXT("%02d-%02d-%d"),systemTime.wMonth,systemTime.wDay,systemTime.wYear);
Regards,
Srinivas

GeneralRe: FILETIME / WinAPI Pin
Fareed Rizkalla18-Oct-10 23:51
Fareed Rizkalla18-Oct-10 23:51 
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 

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.