<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; Запоминание переменных]]></title>
	<link rel="self" href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=13318&amp;type=atom" />
	<updated>2017-12-24T17:13:25Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.script-coding.com/viewtopic.php?id=13318</id>
		<entry>
			<title type="html"><![CDATA[Re: Запоминание переменных]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=122518#p122518" />
			<content type="html"><![CDATA[<p>При запуске проверять метку реестра на наличие определенных записей, если их нет - запрашивать, а после записывать в реестр. Или с .ini, разницы нет. Я лично делаю так.</p>]]></content>
			<author>
				<name><![CDATA[Drygok]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=37379</uri>
			</author>
			<updated>2017-12-24T17:13:25Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=122518#p122518</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Запоминание переменных]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=122495#p122495" />
			<content type="html"><![CDATA[<p>Допустим записывать в ини файл.</p>]]></content>
			<author>
				<name><![CDATA[Phoenixxx_Czar]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=34426</uri>
			</author>
			<updated>2017-12-22T22:09:01Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=122495#p122495</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Запоминание переменных]]></title>
			<link rel="alternate" href="http://forum.script-coding.com/viewtopic.php?pid=122471#p122471" />
			<content type="html"><![CDATA[<p>Как сделать так чтобы значения запоминались, т.е открываешь вводишь X Y X2 Y2<br />и при следующем запуске он не запрашивает а запомнил те значения которые ты ввел</p><br /><div class="codebox"><pre><code>
FastLoot= 0

X := 0
Y := 0
X2 := 0
Y2 := 0

Gui, Add, Edit, vX
Gui, Add, Edit, vY
Gui, Add, Edit, vX2
Gui, Add, Edit, vY2,
Gui, Add, Button, default, OK
Gui, -Owner -Sysmenu +AlwaysOnTop
Gui, Show, , MFR Lab
return

GuiClose:
ButtonOK:
Gui, Submit

;

~`::
MouseClickDrag, Left, X, Y, X2, Y2, 3
return

;

ToolTip(label) 
{
  ToolTip, %label%, 930, 650 ;
  SetTimer, RemoveToolTip, 1400 
  return
  RemoveToolTip:
  SetTimer, RemoveToolTip, Off
  ToolTip
  Return
}

;

~F6::ExitApp
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[qwerqwerqwerr]]></name>
				<uri>http://forum.script-coding.com/profile.php?id=38895</uri>
			</author>
			<updated>2017-12-21T15:22:40Z</updated>
			<id>http://forum.script-coding.com/viewtopic.php?pid=122471#p122471</id>
		</entry>
</feed>
