Showing posts with label VBS Toggle Window. Show all posts
Showing posts with label VBS Toggle Window. Show all posts

Tuesday, July 20, 2010

Toggle Windows in VBS

This script will allow you to toggle between applications based on Title. This uses the Wscript.Shell Class.  Please view the code below:


Set objShell = WScript.CreateObject("WScript.Shell")


Do Until Success = True
   On error resume next
   Success = objShell.AppActivate("Untitled - Notepad") 
 Loop


Wscript.quit

Generating "Always On Top" NSWindow in macOS across all detected displays

Also: Using UIKit & Cocoa Frameworks using Objective-C In m acOS or OS X , written in either Objective-C or Swift  Langues, you m...