Click here to Skip to main content
15,899,314 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How do I Display an Access table into a List Ctrl?? Pin
Mazdak20-Jun-02 10:05
Mazdak20-Jun-02 10:05 
QuestionWorker thread with periodic action/wakeup? Pin
20-Jun-02 8:48
suss20-Jun-02 8:48 
AnswerRe: Worker thread with periodic action/wakeup? Pin
20-Jun-02 9:22
suss20-Jun-02 9:22 
GeneralRe: Worker thread with periodic action/wakeup? Pin
Bill Wilson20-Jun-02 13:46
Bill Wilson20-Jun-02 13:46 
GeneralTricky one Pin
RobJones20-Jun-02 8:40
RobJones20-Jun-02 8:40 
GeneralRe: Tricky one Pin
Shog920-Jun-02 8:50
sitebuilderShog920-Jun-02 8:50 
GeneralTime Comparisons Pin
PaulJ20-Jun-02 8:08
PaulJ20-Jun-02 8:08 
GeneralRe: Time Comparisons Pin
Chris Losinger20-Jun-02 8:25
professionalChris Losinger20-Jun-02 8:25 
you could create two new CTime objects like this:

CTime t1(1900,1,1,inTime1.GetHour(), inTime1.GetMin(), inTime1.GetSecond());
CTime t2(1900,1,1,inTime2.GetHour(), inTime2.GetMin(), inTime2.GetSecond());


then compare t1 and t2.

(there might be a better way, tho)

-c


Garbage collection, making life better - for weenies!
Image Processing - just like mom used to make.

GeneralRe: Time Comparisons Pin
PaulJ20-Jun-02 8:57
PaulJ20-Jun-02 8:57 
GeneralRe: Time Comparisons Pin
Maximilien20-Jun-02 8:39
Maximilien20-Jun-02 8:39 
GeneralSystem Tray icons Pin
Abin20-Jun-02 8:05
Abin20-Jun-02 8:05 
GeneralRe: System Tray icons Pin
20-Jun-02 8:28
suss20-Jun-02 8:28 
GeneralRe: System Tray icons Pin
Abin20-Jun-02 8:33
Abin20-Jun-02 8:33 
GeneralRe: System Tray icons Pin
Shog920-Jun-02 8:53
sitebuilderShog920-Jun-02 8:53 
GeneralRe: System Tray icons Pin
20-Jun-02 8:59
suss20-Jun-02 8:59 
GeneralPrinting long CString Pin
HenrikO20-Jun-02 7:38
HenrikO20-Jun-02 7:38 
GeneralRe: Printing long CString Pin
Chris Losinger20-Jun-02 7:49
professionalChris Losinger20-Jun-02 7:49 
GeneralRe: Printing long CString Pin
HenrikO20-Jun-02 7:52
HenrikO20-Jun-02 7:52 
GeneralRe: Printing long CString Pin
Chris Losinger20-Jun-02 8:02
professionalChris Losinger20-Jun-02 8:02 
GeneralRe: Printing long CString Pin
HenrikO20-Jun-02 8:06
HenrikO20-Jun-02 8:06 
GeneralRe: Printing long CString Pin
Roger Allen21-Jun-02 1:39
Roger Allen21-Jun-02 1:39 
Generalcalling main window from a secondary dialoge Pin
SilentWarrior20-Jun-02 7:24
SilentWarrior20-Jun-02 7:24 
GeneralRe: calling main window from a secondary dialoge Pin
Joaquín M López Muñoz20-Jun-02 7:30
Joaquín M López Muñoz20-Jun-02 7:30 
GeneralMany threads in ATL Service Pin
Hans Ruck20-Jun-02 7:04
Hans Ruck20-Jun-02 7:04 
GeneralStack overflow. Pin
redeemer20-Jun-02 5:53
redeemer20-Jun-02 5:53 

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.