Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tscripter

  1. tscripter

    Problem whit IE with VBscript

    Hey Taz, Here is a quick easy way to trap the IE Quit event. Just add this "_onQuit" Sub to your script: Set objExplorer = WScript.CreateObject _ ("InternetExplorer.Application", "IE_") objExplorer.Navigate "file://D:\Deploiement_EE\deploiement_EE.html" objExplorer.ToolBar = 0...

Part and Inventory Search

Back
Top