Skip navigation.

exploreopera

| Help

Sign up | Help

Scripts and Utilities

My "User JavaScripts"

WinChanger

, , , , , ,

- WinChanger -
 -Move, Resize, Close, Kill Windows using - PID or ClassName or Window Title or the Active Window
-Get Info of any window - Process Name, Title, Process ID, Max-Min state, Position, Size and Unique ID
-Select a menu like File>Open in notepad or File>New>XX (any menu).
-Hide, Show, Disable, Enable, Minimize, Maximize and restore windows.
-Set any window On Top (always on top).
-Set Windows Transparency (on Win2k and XP only)
-Change title of window, Send Keyboard keys to windows (e.g. [Right click>New >Folder] to explorer)
-Hide, Show or Toggle titlebar of any window.
-Change the state of CapsLock,NumLock and Scroll lock keys.
-Open the normal Change Icon,Select Font or Select color Dialog

WinChanger
  1. Move, Resize, Close, Kill Windows using - PID or ClassName or Window Title or the Active Window
  2. Get Info of any window - Process Name, Title, Process ID, Max-Min state, Position, Size and Unique ID
  3. Select a menu like File>Open in notepad or File>New>XX (any menu).
  4. Hide, Show, Disable, Enable, Minimize, Maximize and restore windows.
  5. Set any window On Top (always on top).
  6. Set Windows Transparency (on Win2k and XP only)
  7. Change title of window, Send Keyboard keys to windows (e.g. [Right click>New >Folder] to explorer)
  8. Hide, Show or Toggle titlebar of any window.
  9. Change the state of CapsLock,NumLock and Scroll lock keys.
  10. Open the normal Change Icon,Select Font or Select color Dialog


Syntax -
Move Window-
Window-Move:window,X,Y
e.g.- WinChanger.exe Window-Move:Notepad,25,24

Resize Window-
Window-Size:window,Width,Height
e.g.- WinChanger.exe Window-Size:- Opera,800,600

Close Window-
Window-Close:window
e.g.- WinChanger.exe Window-Close:Notepad

Kill Window-
Window-Kill:window
e.g.- WinChanger.exe Window-Kill:Notepad

Get Window Info (use StdOut)-
Window-Info:window
Window-InfoEx:window

e.g.- WinChanger.exe Window-Info:Opera
e.g.- WinChanger.exe Window-InfoEx:Opera



Select a Menu-
Window-Menu:window,Menu,SubMenu etc. etc.
e.g.- WinChanger.exe Window-Menu:Notepad,File,New
doesn't work on some windows

Minmize, Maximize or Restore a window-
Window-Min:window
Window-Max:window
Window-Restore:window

e.g.- WinChanger.exe Window-Max:Notepad

Send keys to window-
Window-SendKeys:window,Keys
e.g.- WinChanger.exe Window-SendKeys:Notepad,Some text


Hide or Show window-
Window-Hide:window
Window-Show:window

e.g.- WinChanger.exe Window-Hide:Opera

Set window to remain on top-
Window-OnTop:window,X
X: 1=On top,0=Not on top,Not Specified:Toggle
e.g.- WinChanger.exe Window-OnTop:Notepad,1

Make window trasparent-
Window-Transparent:window,0-255
e.g.- WinChanger.exe Window-Transparent:Opera,175

Change Window Title-
Window-SetTitle:window,Title
e.g.- WinChanger.exe Window-SetTitle:Notepad,My Editor

Disable or Enable a window/control-
Window-Disable:window
Window-Enable:window
Window-Enable:window##control

e.g.- WinChanger.exe Window-Disable:Notepad
e.g.- WinChanger.exe Window-Disable:Notepad##Edit1



Hide/Show window caption (titlebar)-
Window-Title:window,X
X: 1=Show, 0=Hide,Not Specified:Toggle
e.g.- WinChanger.exe Window-Title:Opera,0
e.g.(this will toggle the titlebar)- WinChanger.exe Window-Title:Notepad



Comman Dialogs:Change Icon,Choose Font,Choose Color(read StdOut to get the choice)-
Dialog-Icon
Dialog-Font
Dialog-Color

e.g.- WinChanger.exe Dialog-Icon

Set state of CapsLock,NumLock and ScrollLock key-
CapsLock:X
NumLock:X
ScrollLock:X

X: 1=On, 0=Off
e.g.- WinChange.exe CapsLock:1


window
Window Can be-
- Title
- #CLASSClassName
- #PIDProcessID
- #active
- #RegExpRegular Expression

Example- all these maximize Opera:
Title Match-
Window-Max:Opera

ClassName Match-
Window-Max:#CLASSOpWindow

Regular Expression Match-
Window-Max:#RegExp.*OpeX?ra



User JavaScripts5 things I’d like to see in Opera !

Comments

avatar
Awesome tool, thanks!

By tpr, # 13. April 2007, 20:01:37

avatar
Link doesn't work :frown:

By shoust, # 20. April 2007, 16:04:01

avatar
It works for me. Here is the direct link. :D

By AyushJ, # 20. April 2007, 23:59:45

avatar
How to install WinChanger, I dont know how, if you can tell me what to do, then I will try it myself, while I will learn how it works. Thanks.

By AVWinfield, # 30. April 2007, 03:32:07

avatar
Just download the WinChanger.exe file and run the commands.

For example- if you downloaded the WinChanger.exe to your C:\ drive, then you can run it by going to Start-Run-Type:
c:\WinChanger.exe Window-Disable:#ClassShell_TrayWnd
^^ it will disable your Start-Menu button, to enable-Press WindowsKey+R:
c:\WinChanger.exe Window-Enable:#ClassShell_TrayWnd
ENTER!

By AyushJ, # 30. April 2007, 03:46:35

avatar
Yeah, I got it worked, Thanks!

By AVWinfield, # 30. April 2007, 07:10:23

avatar
Hello AyushJ !

Thanks a lot for powerfull WinChanger !
Whould you integrate a set size of windows border to it. I'd like zero-sized borders. Especially for Opera !!!

Thanks in advance.

By D555, # 3. May 2007, 21:45:02

avatar
Or command to just hide windows borders .
Thanks.

By D555, # 3. May 2007, 21:51:43

avatar
To turn borders off :smile:.

By D555, # 3. May 2007, 21:54:35

avatar
Can you explain what you want ? Which borders :confused:

To hide the titlebar- you can run:
WinChanger.exe Window-Title:TITLE,0

By AyushJ, # 5. May 2007, 00:12:18

avatar
O,o WOW! I found you cause you posted to my feedback on the forums. This is the best. I have been using View All Windows, it is nice, and Windows List even nicer... But, from reading what you posted here that is the best.

Oh, I Spotlighted this. I love ANYTHING to do with making windows better.

By Kite Geek, # 26. June 2007, 15:37:11

avatar
running the program nothing happens :S

By epilos, # 4. July 2007, 05:29:17

avatar
running the program nothing happens :S

By epilos, # 4. July 2007, 05:29:19

avatar
You have to run the program from command prompt (or start>run) because there is no GUI e.g.
winchanger.exe path Window-Title:Opera,0

By AyushJ, # 4. July 2007, 05:47:32

avatar
ITS SO HARD 2 READ THIS CAUSE ITS LONG!SORRY!

By YEARGUY783, # 15. July 2007, 14:54:13

avatar
@AyushJ are you aware of autohotkey? do you think winchanger offers something more?

@YEARGUY783 try harder please

By epilos, # 17. July 2007, 12:18:36

avatar

Originally posted by epilos:

are you aware of autohotkey?

:yes:

Originally posted by epilos:

do you think winchanger offers something more?

:no: but it for those who dont want to write a script or dont want to learn AHK language :D

By AyushJ, # 17. July 2007, 13:06:18

avatar
Sweet :wink: thanks

By netstrider, # 17. July 2007, 16:11:05

avatar
thanks indeed :up:

thanks so much for sharing

By pfelelep, # 22. July 2007, 19:21:21

avatar
@AyushJ I did buttons to hide/show title window of Opera, but when the title window is hide and I click on Opera in the taskbar him minimize and when I click again the window back like fullscreen (over taskbar), it's a bug?

By Sk0l, # 20. January 2008, 03:56:09

avatar
Hello AyushJ !
How about option to hide window borders :wink: ?
in this command line:

Hide/Show window caption (titlebar,borders)-
Window-Title:window,X,Y
X: 1=Show titlebar, 0=Hide titlebar,Not Specified:Toggle
Y: 1=Show borders,0=Hide borders, Not Specified:Toggle

You've promised :wink: !

By D555, # 4. April 2008, 03:52:51

avatar

Originally posted by Sk0l:

I did buttons to hide/show title window of Opera, but when the title window is hide and I click on Opera in the taskbar him minimize and when I click again the window back like fullscreen (over taskbar), it's a bug?

WinChanger just calls the Windows API to hide the taskbar so I can't do much about it :frown: That's how Windows works..

Originally posted by D555:

Hello AyushJ !
How about option to hide window borders ?
in this command line:

Hide/Show window caption (titlebar,borders)-
Window-Title:window,X,Y
X: 1=Show titlebar, 0=Hide titlebar,Not Specified:Toggle
Y: 1=Show borders,0=Hide borders, Not Specified:Toggle

You've promised !

I'll add that in the next update (in a couple of weeks)! Sorry for the late reply .. :o:

By AyushJ, # 8. July 2008, 16:01:53

avatar
Ah, ok then. :frown:

By Sk0l, # 8. July 2008, 22:25:24

avatar
AyushJ
Great news ! Thank you for so powerful futures!

By D555, # 15. July 2008, 15:42:21

Write a comment

You must be logged in to write a comment. if you're not a registered member, please sign up.