I think i know how to close a window like internmet explorer but correct me if im wrong:
you'd find the Location of the windows the shell execute close iexplore.exe?
TerminateProcess() API.
Quote from: Dyndrilliac on September 30, 2004, 06:32 PM
TerminateProcess() API.
How would you get the process number or info? and what api calls would you need?
Google?
Findwindow()
GetWindowThreadProcessId()
OpenProcess()
TerminateProcess()
Quote from: Dyndrilliac on September 30, 2004, 07:38 PM
Google?
Findwindow()
GetWindowThreadProcessId()
OpenProcess()
TerminateProcess()
Ahhh the infamous Google!
Seems to me this topic solution could have easily been found on google.
Quote from: LivedKrad on October 03, 2004, 04:15 AM
Seems to me this topic solution could have easily been found on google.
What can't be solved with google?
Grand Unified Theory
I'm sure google could do it