| Re: Re: Movement -- Robert Carnegie | |||
| Posted by yehster , 01/28/2006, 13:19:35 | Post Reply | Top of Thread | Forum |
InitFitaly()
{
IfWinExist ahk_class FitalyMainWindow
{
WinActivate
}
else
{
Run "c:\program files\textware\fitaly2005\fitaly2005.exe"
Sleep 500
WinActivate ahk_class FitalyMainWindow
}
WinSet, Transparent, 150, ahk_class FitalyMainWindow
WinMove, ahk_class FitalyMainWindow, , 686 , 620
WinSet, Transparent, 150, ahk_class ExpanderMainWindow
return
}
| Edit | Post Reply | Where am I? | | Original Message | Top of Thread | Current page | |