ezuk
Joined: 04 Jun 2005 Posts: 122
|
Posted: Sat Mar 15, 2008 4:00 pm Post subject: WinSet Not Working For One Specific Application (Sciral) |
|
|
(I thought I posted this before, just can't find it anywhere. Don't know why.)
The following code works fine with Notepad, but does not work with Sciral Consistency (http://sciral.com/consistency/).
I just want to strip the window of borders and make it always-on-top. I'm using Vista Business 32 bit. I tried it with and without Aero, to no avail. And again, it does work with Notepad.
| Code: |
#Persistent
Window = Sciral
SetTitleMatchMode, 2
WinSet, AlwaysOnTop, toggle, %Window%
Winset, Style, -0xC00000, %Window%
Winset, Redraw,,%Window%
return
|
Waht am I doing wrong? |
|
ezuk
Joined: 04 Jun 2005 Posts: 122
|
Posted: Mon Mar 17, 2008 11:54 am Post subject: |
|
|
I apologize for bumping, but does anyone have an idea what might be wrong?
Edited 24 April: I still did not manage to resolve this. If there's a particular reason no one is replying, please do tell. I see many people get help, and I freely contribute my scripts here in the Scripts/Functions forum. |
|