I'm trying to get a process name from (what i think) is the PID i get
1 2
|
HWND Tabbed = GetForegroundWindow();
printf("Open Window!: %d", Tabbed);
|
The code above outputs numbers instead of Notepad or Console or what ever when i want it to say Notepad or the actual name of the process
Last edited on