#include <iostream>
#include <windows>
using namespace std;
void main()
{
HWND hwnd;
hwnd= GetForegroundWindow();
....
}
#include <windows>
using namespace std;
void main()
{
HWND hwnd;
hwnd= GetForegroundWindow();
....
}
2008-10-02 23:12
2008-10-06 13:27

2008-10-06 20:02
2008-10-14 10:13
2008-10-15 10:46