Can anyone tell me how this works?
I need to get two things from an application I am running:
How would I be able to retrieve the Window and WindowEx name?
yours sincerely,
I need to get two things from an application I am running:
So I would love to learn how to get for example those two names from a game called "Serious Sam" for example.Quote:
HWND hNotepad = FindWindow(TEXT("Notepad"), NULL);
HWND hEdit = FindWindowEx(hNotepad, NULL, TEXT("Edit"), NULL);
How would I be able to retrieve the Window and WindowEx name?
yours sincerely,