<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Как сделать что бы AHK не сворачивало игру?]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=15453&amp;type=atom" />
	<updated>2020-06-16T13:07:42Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=15453</id>
		<entry>
			<title type="html"><![CDATA[Re: Как сделать что бы AHK не сворачивало игру?]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=140172#p140172" />
			<content type="html"><![CDATA[<p>WinSet, Bottom это команда сворачивает твое окно вниз всех окон убери эту команду и она останется не свернутой WinSet, AlwaysOnTop так у тебя окно будет вверху всех</p><br /><br /><p>#IfWinActive ahk_exe GTA5.exe&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ahk_class а не ahk_exe</p>]]></content>
			<author>
				<name><![CDATA[Katran]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40848</uri>
			</author>
			<updated>2020-06-16T13:07:42Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=140172#p140172</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Как сделать что бы AHK не сворачивало игру?]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=140160#p140160" />
			<content type="html"><![CDATA[<p>Есть скрипт с GUI. Но при нажатии - numpad1 приложение просто сворачивается. Что можно сделать что бы оно не сворачивалось. <br />Подскажите пожалуйста. Спасибо за внимание !<br /></p><div class="codebox"><pre><code>#NoEnv
#SingleInstance Force
#IfWinActive ahk_exe GTA5.exe




GUI, Add, Button, g1, tp
GUI, Add, Button, g2, car
GUI, Add, Button, g3, mtp
GUI, Add, Button, g4, My Documents
Return


numpad1:: GUI, Show
F4 Up:: Gui, Hide
Return

WinSet, Bottom


1:
Gui, Hide
sleep 100
SendInput, t/tp{Space}
Return

2:
SendInput, t/getcar{Space}
Gui, Hide
Return
3:
SendInput, t/mtp{Enter}
Gui, Hide
Return
4:
SendInput, t/gh{Space}
Gui, Hide
Return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Tample]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=40396</uri>
			</author>
			<updated>2020-06-15T16:00:50Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=140160#p140160</id>
		</entry>
</feed>
