<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: При нажатии кнопки добавляло +1]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=15625&amp;type=atom" />
	<updated>2020-08-24T01:19:56Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=15625</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: При нажатии кнопки добавляло +1]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=141843#p141843" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Gui, Add, Edit, x412 y39 w100 h30 , %vP1%</code></pre></div><p> - это я думал, что text не выводит просто</p>]]></content>
			<author>
				<name><![CDATA[Namozuki]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41043</uri>
			</author>
			<updated>2020-08-24T01:19:56Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=141843#p141843</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: При нажатии кнопки добавляло +1]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=141842#p141842" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[Namozuki]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41043</uri>
			</author>
			<updated>2020-08-24T01:18:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=141842#p141842</id>
		</entry>
</feed>
