Hide browser

Hi!

I need sourse of program that would open browser stealth and after, em, like 20sec. it would close browser

like console window:
1
2
3
4
HWND stealth;
AllocConsole();
stealth=FindWindowA("ConsoleWindowClass",NULL);
ShowWindow(stealth,0);


but the same to browser. Please help!
Topic archived. No new replies allowed.