Search found 3 matches

by TomH
Tue Jan 28, 2025 3:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: new Class TDeepSeek in next FWH 24.12
Replies: 16
Views: 39424

Re: new Class TDeepSeek in next FWH 24.12

I just tested DeepSeek's operations, and it is currently functioning normally.
Additionally, I asked it about the cause of this incident (after enabling web search), and here is the response it provided:

-----------------
Yes, according to reports from multiple media outlets, DeepSeek has recently ...
by TomH
Wed Nov 20, 2024 6:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: attribute - creation date
Replies: 4
Views: 1339

Re: attribute - creation date

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 ...