<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: При нажатии кнопки добавляло +1]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=15625</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15625&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: При нажатии кнопки добавляло +1».]]></description>
		<lastBuildDate>Mon, 24 Aug 2020 01:19:56 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: При нажатии кнопки добавляло +1]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=141843#p141843</link>
			<description><![CDATA[<div class="codebox"><pre><code>Gui, Add, Edit, x412 y39 w100 h30 , %vP1%</code></pre></div><p> - это я думал, что text не выводит просто</p>]]></description>
			<author><![CDATA[null@example.com (Namozuki)]]></author>
			<pubDate>Mon, 24 Aug 2020 01:19:56 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=141843#p141843</guid>
		</item>
		<item>
			<title><![CDATA[AHK: При нажатии кнопки добавляло +1]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=141842#p141842</link>
			<description><![CDATA[<p>Здравствуйте. Мне нужно сделать скрипт, чтобы при нажатии на кнопку в Text выводило +1 от прошлого числа. Попробовав сделать, у меня почему-то ничего не получилось, помогите пожалуйста.<br /></p><div class="codebox"><pre><code>vP1 = 0
vP2 = 0
vP3 = 0
vP4 = 0
vP5 = 0
Gui, Font, S15 CDefault, Verdana
Gui, Add, Text, x62 y39 w170 h30 , Hipe_Fernandez
Gui, Add, Text, x62 y79 w170 h30 , Andrew_Satanic
Gui, Add, Text, x62 y119 w170 h30 , James_Conte
Gui, Add, Text, x62 y159 w170 h30 , Piers_Allen
Gui, Add, Text, x62 y199 w170 h30 , Artem_Sazhin
Gui, Add, Button, x262 y39 w120 h30 gKey1, +1 балл
Gui, Add, Button, x262 y79 w120 h30 gKey2, +1 балл
Gui, Add, Button, x262 y119 w120 h30 gKey3, +1 балл
Gui, Add, Button, x262 y159 w120 h30 gKey4, +1 балл
Gui, Add, Button, x262 y199 w120 h30 gKey5, +1 балл
Gui, Add, Edit, x412 y39 w100 h30 , %vP1%
Gui, Add, Text, x412 y79 w100 h30 , %vP2%
Gui, Add, Text, x412 y119 w100 h30 , %vP3%
Gui, Add, Text, x412 y159 w100 h30 , %vP4%
Gui, Add, Text, x412 y199 w100 h30 , %vP5%
Gui, Show, w1004 h432, Untitled GUI
return
GuiClose:
ExitApp
return

key1:
Gui, Submit, NoHide
vP1=vP1+1
GuiControl,, vP1, %vP1%
return
key2:
key3:
key4:
key5:
 </code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Namozuki)]]></author>
			<pubDate>Mon, 24 Aug 2020 01:18:10 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=141842#p141842</guid>
		</item>
	</channel>
</rss>
