"Aditya Pandey" <
ask_ad...@yahoo.com> a écrit dans le message de
news:b1dc150e.02012...@posting.google.com...
> I m a student(III Yr. CSE) making a project in VB6.
> I have to close other applications by getting their handles. Kindly
help me
> regarding the same.
Use FindWindow then send a WM_CLOSE message
to the application you want to close.
patrick