Click here to Skip to main content
15,923,845 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Changing colors of existing CPen? Pin
Mike Dimmick26-Nov-03 3:00
Mike Dimmick26-Nov-03 3:00 
Generalthanx a lot! Pin
26-Nov-03 8:19
suss26-Nov-03 8:19 
AnswerRe: Changing colors of existing CPen? Pin
Steen Krogsgaard26-Nov-03 3:04
Steen Krogsgaard26-Nov-03 3:04 
GeneralRe: Changing colors of existing CPen? Pin
RChin26-Nov-03 3:40
RChin26-Nov-03 3:40 
AnswerRe: Changing colors of existing CPen? Pin
Iain Clarke, Warrior Programmer26-Nov-03 5:04
Iain Clarke, Warrior Programmer26-Nov-03 5:04 
AnswerRe: Changing colors of existing CPen? Pin
Marek Grzenkowicz27-Nov-03 0:32
Marek Grzenkowicz27-Nov-03 0:32 
Generaltime.h Pin
styve26-Nov-03 1:14
styve26-Nov-03 1:14 
GeneralRe: time.h Pin
Antti Keskinen26-Nov-03 1:44
Antti Keskinen26-Nov-03 1:44 
Hi !

I assume that you know how to get the current time using time_t or __time64_t structures with the appropriate call function. When the call is complete, the member millitm of the structure contains the excess milliseconds.

If you are needing to get the elapsed time in milliseconds, just first calculate the elapsed time in seconds and add the millitm member after your second-millisecond separator.

For an example, search MSDN with keyword '_time64'.

If this wasn't what you meant, please specify in more detail.

-Antti KEskinen

----------------------------------------------
The definition of impossible is strictly dependant
on what we think is possible.
GeneralWAP PAP Application Pin
Socket_Layer26-Nov-03 1:04
Socket_Layer26-Nov-03 1:04 
GeneralBeep in Windows 2000 Pin
cberam26-Nov-03 0:35
cberam26-Nov-03 0:35 
GeneralRe: Beep in Windows 2000 Pin
Johnny ²26-Nov-03 0:54
Johnny ²26-Nov-03 0:54 
GeneralSqlBindParameter problem Pin
pankajdaga25-Nov-03 23:33
pankajdaga25-Nov-03 23:33 
Generalshared memory Pin
Shanmuga Sundar25-Nov-03 22:56
Shanmuga Sundar25-Nov-03 22:56 
GeneralRe: shared memory Pin
Antti Keskinen26-Nov-03 1:46
Antti Keskinen26-Nov-03 1:46 
GeneralMessageBox in separate Thread Pin
Cedric Moonen25-Nov-03 22:42
Cedric Moonen25-Nov-03 22:42 
GeneralRe: MessageBox in separate Thread Pin
Antti Keskinen26-Nov-03 2:02
Antti Keskinen26-Nov-03 2:02 
GeneralRe: MessageBox in separate Thread Pin
Cedric Moonen26-Nov-03 2:10
Cedric Moonen26-Nov-03 2:10 
GeneralRe: MessageBox in separate Thread Pin
RChin26-Nov-03 3:48
RChin26-Nov-03 3:48 
GeneralRe: MessageBox in separate Thread Pin
Cedric Moonen26-Nov-03 3:56
Cedric Moonen26-Nov-03 3:56 
GeneralRe: MessageBox in separate Thread Pin
Antti Keskinen26-Nov-03 3:54
Antti Keskinen26-Nov-03 3:54 
QuestionHow To extract icon of the associated file? Pin
Prakash Nadar25-Nov-03 22:18
Prakash Nadar25-Nov-03 22:18 
AnswerRe: How To extract icon of the associated file? Pin
Ravi Bhavnani26-Nov-03 4:54
professionalRavi Bhavnani26-Nov-03 4:54 
AnswerRe: How To extract icon of the associated file? Pin
Peter Molnar26-Nov-03 13:30
Peter Molnar26-Nov-03 13:30 
Generalwindow.h Pin
styve25-Nov-03 21:54
styve25-Nov-03 21:54 
GeneralRe: window.h Pin
Prakash Nadar25-Nov-03 22:09
Prakash Nadar25-Nov-03 22:09 

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.