<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: Создание QR кода через Google Charts API]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=16143&amp;type=atom" />
	<updated>2021-03-03T11:37:33Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16143</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Создание QR кода через Google Charts API]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=146597#p146597" />
			<content type="html"><![CDATA[<p><a href="http://forum.script-coding.com/viewtopic.php?id=12871">http://forum.script-coding.com/viewtopic.php?id=12871</a> решено!</p>]]></content>
			<author>
				<name><![CDATA[inseption86]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38818</uri>
			</author>
			<updated>2021-03-03T11:37:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=146597#p146597</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Создание QR кода через Google Charts API]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=146596#p146596" />
			<content type="html"><![CDATA[<p>Добрый день! Подскажите, пож-та, как реализовать создание QR кода через Google Charts API. Проблема с русским языком</p><div class="codebox"><pre><code>#NoEnv
SetWorkingDir %A_ScriptDir%
#SingleInstance force 
FileEncoding , UTF-8 

inputbox, Text, , , ,150 ,100,, , , ,*****

url1 := &quot;http://chart.apis.google.com/chart?cht=qr&amp;chs=200x200&amp;chl=&quot;
url3 := &quot;&amp;chld=H|0&quot;

urlname := url1 . Text . url3

UrlDownloadToFile, %urlname%, %A_ScriptDir%\%Text%.png

Clipboard := % urlname

ExitApp</code></pre></div>]]></content>
			<author>
				<name><![CDATA[inseption86]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=38818</uri>
			</author>
			<updated>2021-03-03T11:12:22Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=146596#p146596</id>
		</entry>
</feed>
