Valhalla Legends Forums Archive | Visual Basic Programming | [VB] Closing a Window

AuthorMessageTime
AC_Drkan
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?
September 30, 2004, 8:02 PM
Dyndrilliac
TerminateProcess() API.
September 30, 2004, 11:32 PM
-MichaeL-
[quote author=Dyndrilliac link=topic=8954.msg82770#msg82770 date=1096587145]
TerminateProcess() API.
[/quote]
How would you get the process number or info? and what api calls would you need?
September 30, 2004, 11:37 PM
Dyndrilliac
Google?

Findwindow()
GetWindowThreadProcessId()
OpenProcess()
TerminateProcess()
October 1, 2004, 12:38 AM
AC_Drkan
[quote author=Dyndrilliac link=topic=8954.msg82779#msg82779 date=1096591130]
Google?

Findwindow()
GetWindowThreadProcessId()
OpenProcess()
TerminateProcess()
[/quote]

Ahhh the infamous Google!
October 2, 2004, 2:08 AM
LivedKrad
Seems to me this topic solution could have easily been found on google.
October 3, 2004, 9:15 AM
-MichaeL-
[quote author=LivedKrad link=topic=8954.msg83016#msg83016 date=1096794906]
Seems to me this topic solution could have easily been found on google.
[/quote]
What can't be solved with google?
October 3, 2004, 3:13 PM
St0rm.iD
Grand Unified Theory
October 3, 2004, 4:58 PM
Forged
I'm sure google could do it
October 3, 2004, 5:50 PM

Search