| Author |
Message |
Topic: Methods for resizing a window to be larger than the desktop? |
Jaime
Replies: 10
Views: 597
|
Forum: Ask for Help Posted: Fri Nov 16, 2007 12:15 pm Subject: Methods for resizing a window to be larger than the desktop? |
basically all you want is a magnifier then?
whats the problem with holominds or this one?
http://www.autohotkey.com/forum/viewtopic.php?t=24973
That last one would be perfect, if I knew how ... |
Topic: Execute action inside IfWinActive |
Jaime
Replies: 5
Views: 610
|
Forum: Ask for Help Posted: Sat Nov 10, 2007 10:12 am Subject: Execute action inside IfWinActive |
Finally did it! This script now changes the resolution to 800x600 when the program is active, and switches back to 1280x1024 when it is not!
Thank you all for your suggestions.
Menu, TRAY, Icon, ... |
Topic: Execute action inside IfWinActive |
Jaime
Replies: 5
Views: 610
|
Forum: Ask for Help Posted: Fri Nov 09, 2007 9:26 am Subject: Execute action inside IfWinActive |
I tried, but it's not quite working. The resolution changes to 800x600 even if the program is not active (foremost). Here is the part of the code I'm using:
#Persistent
EncodeInteger( p_valu ... |
Topic: Execute action inside IfWinActive |
Jaime
Replies: 5
Views: 610
|
Forum: Ask for Help Posted: Thu Nov 08, 2007 11:41 am Subject: Execute action inside IfWinActive |
| Hi. I already have a script to alternate between two screen resolutions. What I need is a way to change that resolution when certain window is active, and then change back to the other one when that w ... |
Topic: Methods for resizing a window to be larger than the desktop? |
Jaime
Replies: 10
Views: 597
|
Forum: Ask for Help Posted: Wed Nov 07, 2007 4:56 pm Subject: Methods for resizing a window to be larger than the desktop? |
But how could you make it full screen? It would cover up the thing youre magnifying
That's the point. See, the main window of the program is designed for 800x600, so it covers just the upper/left c ... |
Topic: Methods for resizing a window to be larger than the desktop? |
Jaime
Replies: 10
Views: 597
|
Forum: Ask for Help Posted: Wed Nov 07, 2007 10:01 am Subject: Methods for resizing a window to be larger than the desktop? |
| Thank you for your help, tic & engunneer. I have a program that is designed for a resolution of 800x600. What I need is a way to magnify the portion of the screen the program uses, so I can see it ... |
Topic: Methods for resizing a window to be larger than the desktop? |
Jaime
Replies: 10
Views: 597
|
Forum: Ask for Help Posted: Tue Nov 06, 2007 6:56 pm Subject: Methods for resizing a window to be larger than the desktop? |
| I have been browsing the forums, looking for help to build that exact script, as I need to magnify a certain area of a specific application. However, my coding skills are quite lacking, so my efforts ... |
| |