Click here to Skip to main content
15,792,330 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Advice on writing a GUI application that can run on very old Windows operating systems without Service Packs and Frameworks Pin
Mircea Neacsu14-Jun-21 9:45
Mircea Neacsu14-Jun-21 9:45 
AnswerRe: Advice on writing a GUI application that can run on very old Windows operating systems without Service Packs and Frameworks Pin
Richard MacCutchan14-Jun-21 9:51
mveRichard MacCutchan14-Jun-21 9:51 
AnswerRe: Advice on writing a GUI application that can run on very old Windows operating systems without Service Packs and Frameworks Pin
Eddy Vluggen14-Jun-21 10:18
professionalEddy Vluggen14-Jun-21 10:18 
AnswerRe: Advice on writing a GUI application that can run on very old Windows operating systems without Service Packs and Frameworks Pin
Maximilien15-Jun-21 6:22
Maximilien15-Jun-21 6:22 
QuestionWindows 10 - find last logon time in C++ ?? Pin
Derell Licht5-Jun-21 17:28
professionalDerell Licht5-Jun-21 17:28 
QuestionRe: Windows 10 - find last logon time in C++ ?? Pin
David Crow5-Jun-21 17:53
David Crow5-Jun-21 17:53 
AnswerRe: Windows 10 - find last logon time in C++ ?? Pin
Derell Licht5-Jun-21 18:06
professionalDerell Licht5-Jun-21 18:06 
AnswerRe: Windows 10 - find last logon time in C++ ?? Pin
Derell Licht5-Jun-21 18:11
professionalDerell Licht5-Jun-21 18:11 
BTW, I found another site which suggested a console command to display last logon:
> net user dan7m | findstr /B /C:"Last logon"
Last logon 03/20/21 07:16:26

Interestingly, that is showing exactly the same logon time as NetUserGetInfo(2) is showing...
But that is *not* when I last logged on; it's not even when I last rebooted - Uptime is showing 4.5 days, which is correct...

I think, maybe, this suggests that the 'logon' time that I'm actually looking for - which is the time since I last logged out of this session and logged in again... is maybe called something else entirely in Windows 10??

I am very confused by all this...
AnswerRe: Windows 10 - find last logon time in C++ ?? Pin
Randor 6-Jun-21 6:21
professional Randor 6-Jun-21 6:21 
GeneralRe: Windows 10 - find last logon time in C++ ?? Pin
Derell Licht6-Jun-21 7:27
professionalDerell Licht6-Jun-21 7:27 
GeneralRe: Windows 10 - find last logon time in C++ ?? Pin
Randor 6-Jun-21 8:26
professional Randor 6-Jun-21 8:26 
GeneralRe: Windows 10 - find last logon time in C++ ?? Pin
Derell Licht6-Jun-21 8:44
professionalDerell Licht6-Jun-21 8:44 
GeneralRe: Windows 10 - find last logon time in C++ ?? Pin
Randor 6-Jun-21 9:11
professional Randor 6-Jun-21 9:11 
AnswerRe: Windows 10 - find last logon time in C++ ?? Pin
Derell Licht6-Jun-21 16:20
professionalDerell Licht6-Jun-21 16:20 
GeneralRe: Windows 10 - find last logon time in C++ ?? Pin
Richard MacCutchan6-Jun-21 22:16
mveRichard MacCutchan6-Jun-21 22:16 
GeneralRe: Windows 10 - find last logon time in C++ ?? Pin
Derell Licht7-Jun-21 4:14
professionalDerell Licht7-Jun-21 4:14 
GeneralRe: Windows 10 - find last logon time in C++ ?? Pin
Maximilien7-Jun-21 10:15
Maximilien7-Jun-21 10:15 
Questionurgent question Pin
MAHMOUD ALI Jun20215-Jun-21 2:03
MAHMOUD ALI Jun20215-Jun-21 2:03 
AnswerRe: urgent question Pin
Victor Nijegorodov5-Jun-21 2:24
Victor Nijegorodov5-Jun-21 2:24 
GeneralRe: urgent question Pin
MAHMOUD ALI Jun20215-Jun-21 2:37
MAHMOUD ALI Jun20215-Jun-21 2:37 
GeneralRe: urgent question Pin
Victor Nijegorodov5-Jun-21 2:41
Victor Nijegorodov5-Jun-21 2:41 
AnswerRe: urgent question Pin
Richard MacCutchan5-Jun-21 3:20
mveRichard MacCutchan5-Jun-21 3:20 
AnswerRe: urgent question Pin
David Crow5-Jun-21 5:03
David Crow5-Jun-21 5:03 
AnswerRe: urgent question Pin
Dave Kreskowiak5-Jun-21 5:22
mveDave Kreskowiak5-Jun-21 5:22 
AnswerRe: urgent question Pin
enhzflep10-Jun-21 22:13
enhzflep10-Jun-21 22:13 

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.