<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Ограничить количество вводимых символов в combobox]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=9137&amp;type=atom" />
	<updated>2014-01-11T19:35:19Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=9137</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Ограничить количество вводимых символов в combobox]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79109#p79109" />
			<content type="html"><![CDATA[<p>Спасибо огромное теперь всё понятно и конечно же всё работает.</p>]]></content>
			<author>
				<name><![CDATA[Ядрён]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30092</uri>
			</author>
			<updated>2014-01-11T19:35:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79109#p79109</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Ограничить количество вводимых символов в combobox]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79070#p79070" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Limit := 3

Gui, Add, ComboBox, hwndhCombo
PostMessage, EM_LIMITTEXT := 0xC5, Limit,, Edit1, ahk_id %hCombo%   ; Edit1 — в любом случае
Gui, Show</code></pre></div>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2014-01-11T00:05:36Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79070#p79070</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Ограничить количество вводимых символов в combobox]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=79069#p79069" />
			<content type="html"><![CDATA[<p>Доброго времени суток. Столкнулся с проблемой не могу ограничить количество вводимых символов в &quot;combobox&quot;. Помогите пожалуйста.</p><div class="codebox"><pre><code>
Gui, Add, ComboBox, vSleep  w100</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Ядрён]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30092</uri>
			</author>
			<updated>2014-01-10T23:29:48Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=79069#p79069</id>
		</entry>
</feed>
