The EnumChildWindows function itself does not provide direct access to the creation date of the windows it enumerates.
I obtained the following information through perplexity.ai
a simplified example in C
#include <windows.h>
#include <stdio.h>
void GetProcessCreationTime(HWND hwnd) {
DWORD ...
Search found 1 match
- Wed Nov 20, 2024 6:58 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: attribute - creation date
- Replies: 4
- Views: 1022