Custom Search

Wednesday, March 3, 2010

Close all the opened web pages in one time

SystemUtil.CloseProcessByName("iexplore.exe")

get the number of the pages are closed

CloseCount=SystemUtil.CloseProcessByName("iexplore.exe")
Msgbox CloseCount

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.