<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Звук в CheckBox по галочке(проверяет)]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16358&amp;type=atom" />
	<updated>2021-05-21T13:15:45Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16358</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Звук в CheckBox по галочке(проверяет)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=148021#p148021" />
			<content type="html"><![CDATA[<p><strong>ypppu</strong><br />Спасибо.</p>]]></content>
			<author>
				<name><![CDATA[dimkacum]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41727</uri>
			</author>
			<updated>2021-05-21T13:15:45Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=148021#p148021</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Звук в CheckBox по галочке(проверяет)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=147927#p147927" />
			<content type="html"><![CDATA[<p><strong>ypppu</strong><br />Исправил ошибки</p>]]></content>
			<author>
				<name><![CDATA[dimkacum]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41727</uri>
			</author>
			<updated>2021-05-16T20:28:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=147927#p147927</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Звук в CheckBox по галочке(проверяет)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=147924#p147924" />
			<content type="html"><![CDATA[<p>Префикс языка добавить - &#039;AHK&#039; в шапку тему.<br />И читать справку до посинения - <a href="https://ahk-wiki.ru/gui">Gui</a> и <a href="https://ahk-wiki.ru/guicontrols">GUI Controls</a>.</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2021-05-16T17:47:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=147924#p147924</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Звук в CheckBox по галочке(проверяет)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=147923#p147923" />
			<content type="html"><![CDATA[<p><span style="color: green"><strong>dimkacum</strong>, Вы коверкаете русский язык. Внимательно перечитайте своё сообщение и исправьте ошибки. Также и в <a href="http://forum.script-coding.com/viewtopic.php?pid=147784#p147784">этом сообщении</a>.</span></p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2021-05-16T17:46:21Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=147923#p147923</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Звук в CheckBox по галочке(проверяет)]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=147920#p147920" />
			<content type="html"><![CDATA[<p>У меня вопрос. Как сделать чтоб когда ты ставишь галочку в CheckBox то по завершению определенного действия он смотрело стоит ли галочка или нет.<br />Если стоит воспроизводило звук если не стоит то не воспроизводило<br /></p><div class="codebox"><pre><code>
Gui Add, CheckBox, x46 y680 w142 h45, gLebel1 , Звук по завершению

Loop, 50
{
    MouseMove, 1157, 286
    SendEvent,{Click right}
        sleep, 100
    MouseMove, 695, 570
    Send,{Click right 695, 570}
        sleep, 100
    MouseMove, 810, 676
    Send,{Click, 810, 676}
        sleep, 5000
;тут оно долно смотреть на верх, не знаю какой тут код нужен
}

Label1:
SoundBeep, 
sleep 1000

</code></pre></div>]]></content>
			<author>
				<name><![CDATA[dimkacum]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41727</uri>
			</author>
			<updated>2021-05-16T16:52:20Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=147920#p147920</id>
		</entry>
</feed>
