CoderDunn Posted March 17, 2007 Share Posted March 17, 2007 (edited) Window Manager 2 is a program that allows you to "manage" all the open windows. It's "Window Script" utility allows you to easily generate a small script to automatically manage a window. All window scripts are external AutoIt scripts generated and managed by the main program. I origionally made this program because Norton Antivirus kept poping up asking me to renew my subscription, so I just used the window script utility to hide it whenever it poped up. I recently added the process list so it's lacking in functions. Right now it can only kill processes and if you right click a window in the window list and click find process, it will find it in the process list. Anyone know of some process udf's that can get more process info? I plan on adding the _ProcessGetPriority () udf but thats all I have. The menu bar hasn't been completed yet so the only menus that will do something is "File > Exit" and "? > About/Help" Window Manager 2 is almost totally recoded from version one which I never released. Hopefully it will be usefull to some of you. Screen Shots: Main GUI The Window Script Utility (Adding a condition) Program: Window_Manager_2.zip The main script is Window Manager 2.0.au3. The rest are just includes. Enjoy! Hallman Edited March 17, 2007 by Hallman Link to comment Share on other sites More sharing options...
McGod Posted March 17, 2007 Share Posted March 17, 2007 Very nice, and handy too! [indent][center][u]Formerly Chip[/u][/center]~UDFs~[/indent][u]IRC.au3 - Allows you to connect to IRC ServersINetCon.au3 - Connects/Disconnects/Check Status of InternetHardware Key - Creates a unique hardware hashScriptComm - Allows you to communicate between scripts using WM_COPYDATA[/u][indent]~Programs~[/indent][indent]SimonAu3ForumsIRC Bot~Web Site~Web Autoit Example[/indent][indent][b][/b][/indent][u][/u] Link to comment Share on other sites More sharing options...
CoderDunn Posted March 17, 2007 Author Share Posted March 17, 2007 Very nice, and handy too!Thanks I'm gonna try to add more process functions ... anyone have any udfs? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now