Click here to Skip to main content
16,005,682 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Simple but Painfully Annoying Pin
Joaquín M López Muñoz4-Mar-02 6:11
Joaquín M López Muñoz4-Mar-02 6:11 
GeneralRe: Simple but Painfully Annoying Pin
ScottS4-Mar-02 6:32
ScottS4-Mar-02 6:32 
GeneralRe: Simple but Painfully Annoying Pin
Ed Gadziemski4-Mar-02 6:25
professionalEd Gadziemski4-Mar-02 6:25 
GeneralRe: Simple but Painfully Annoying Pin
ScottS4-Mar-02 6:31
ScottS4-Mar-02 6:31 
GeneralRe: Simple but Painfully Annoying Pin
Ed Gadziemski4-Mar-02 8:14
professionalEd Gadziemski4-Mar-02 8:14 
GeneralRe: Simple but Painfully Annoying Pin
Kevin Smith4-Mar-02 8:38
Kevin Smith4-Mar-02 8:38 
Generalneed to get tenth of seconds from system time using CTime Pin
4-Mar-02 5:20
suss4-Mar-02 5:20 
GeneralRe: need to get tenth of seconds from system time using CTime Pin
Tim Smith4-Mar-02 5:27
Tim Smith4-Mar-02 5:27 
If I remember correctly, CTime is based on C's time_t type which doesn't support tenths of seconds. Which is just one of the many problems with time_t. Frown | :(

Try using SYSTEMTIME or FILETIME.

Tim Smith

I know what you're thinking punk, you're thinking did he spell check this document? Well, to tell you the truth I kinda forgot myself in all this excitement. But being this here's CodeProject, the most powerful forums in the world and would blow your head clean off, you've got to ask yourself one question, Do I feel lucky? Well do ya punk?
GeneralRe: need to get tenth of seconds from system time using CTime Pin
Ravi Bhavnani4-Mar-02 5:28
professionalRavi Bhavnani4-Mar-02 5:28 
GeneralFocus problem on windows 2000 Pin
4-Mar-02 4:47
suss4-Mar-02 4:47 
GeneralRe: Focus problem on windows 2000 Pin
Joaquín M López Muñoz4-Mar-02 4:58
Joaquín M López Muñoz4-Mar-02 4:58 
GeneralRe: Focus problem on windows 2000 Pin
4-Mar-02 22:16
suss4-Mar-02 22:16 
GeneralRe: Focus problem on windows 2000 Pin
Joaquín M López Muñoz4-Mar-02 22:35
Joaquín M López Muñoz4-Mar-02 22:35 
QuestionHow to make a batch file interactive Pin
Dave Midgley4-Mar-02 4:18
Dave Midgley4-Mar-02 4:18 
AnswerRe: How to make a batch file interactive Pin
Tomasz Sowinski4-Mar-02 4:32
Tomasz Sowinski4-Mar-02 4:32 
GeneralRe: How to make a batch file interactive Pin
Dave Midgley4-Mar-02 4:38
Dave Midgley4-Mar-02 4:38 
GeneralRe: How to make a batch file interactive Pin
Tomasz Sowinski4-Mar-02 4:47
Tomasz Sowinski4-Mar-02 4:47 
AnswerRe: How to make a batch file interactive Pin
56789012344-Mar-02 5:12
56789012344-Mar-02 5:12 
GeneralCToolBar Problem Pin
4-Mar-02 3:55
suss4-Mar-02 3:55 
GeneralRe: CToolBar Problem Pin
4-Mar-02 4:01
suss4-Mar-02 4:01 
GeneralMFC dll acting strange when using &Data in exported f() parameters Pin
4-Mar-02 3:24
suss4-Mar-02 3:24 
GeneralRe: MFC dll acting strange when using &Data in exported f() parameters Pin
Prem Kumar4-Mar-02 3:33
Prem Kumar4-Mar-02 3:33 
GeneralRe: MFC dll acting strange when using &Data in exported f() parameters Pin
Tomasz Sowinski4-Mar-02 3:41
Tomasz Sowinski4-Mar-02 3:41 
Generalsomeone who knows about blocking a packet at network layer using vc++ Pin
4-Mar-02 3:15
suss4-Mar-02 3:15 
GeneralManually opening a document Pin
benjymous4-Mar-02 3:02
benjymous4-Mar-02 3:02 

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.