<?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="https://forum.script-coding.com/extern.php?action=feed&amp;tid=5991&amp;type=atom" />
	<updated>2011-07-07T18:25:11Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=5991</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: прячим пароль под звездочки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=49737#p49737" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>Gui, Font, s18
Gui, Margin, 0,0
Gui, +AlwaysOnTop -Caption
Gui, Add, Edit, w220 hwndhEdit1 +0x20, текст ; ES_PASSWORD=0x20
Gui, Show, AutoSize
; EM_SETPASSWORDCHAR=0xCC EM_SETPASSWORDCHAR=204
; заменим стандартный символ на свой
wParam:=174 ; ASCII код
PostMessage, 204,wParam,,,ahk_id %hEdit1%
; SendMessage, 204,153,,,ahk_id %hEdit1%
Return

Esc::
GuiClose:
ExitApp</code></pre></div><p>Подробнее:<br /><a href="http://msdn.microsoft.com/en-us/library/bb775456(v=VS.85).aspx">http://msdn.microsoft.com/en-us/library … S.85).aspx</a><br />или<br /><a href="http://forum.script-coding.com/viewtopic.php?id=5842">shellcc.chm - Windows Controls</a></p>]]></content>
			<author>
				<name><![CDATA[kirtech]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26525</uri>
			</author>
			<updated>2011-07-07T18:25:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=49737#p49737</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: прячим пароль под звездочки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=49727#p49727" />
			<content type="html"><![CDATA[<p>В общем то как можно запрятать инфу в окошке с <em>Edit</em> под звездочки?</p>]]></content>
			<author>
				<name><![CDATA[DaVinchi]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26386</uri>
			</author>
			<updated>2011-07-07T13:58:19Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=49727#p49727</id>
		</entry>
</feed>
