<?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=17746&amp;type=atom" />
	<updated>2023-04-20T08:50:07Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=17746</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как добавить гиперссылку в часть фразы?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=157751#p157751" />
			<content type="html"><![CDATA[<p><strong>serzh82saratov</strong>, спасибо! Добавила справа от кода текст &quot;, чтобы подключиться&quot; - и получилось то, что нужно!</p>]]></content>
			<author>
				<name><![CDATA[marusa122]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=43077</uri>
			</author>
			<updated>2023-04-20T08:50:07Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=157751#p157751</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Как добавить гиперссылку в часть фразы?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=157750#p157750" />
			<content type="html"><![CDATA[<div class="codebox"><pre><code>
Gui, Add, Link,, &lt;a href=&quot;https://www.autohotkey.com&quot;&gt;Инструкция&lt;/a&gt;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[serzh82saratov]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27879</uri>
			</author>
			<updated>2023-04-20T08:36:49Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=157750#p157750</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Как добавить гиперссылку в часть фразы?]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=157749#p157749" />
			<content type="html"><![CDATA[<p>Здравствуйте. Есть скрипт Autohotkey:</p><div class="codebox"><pre><code>Gui, Font, 
Gui, Add, Text,, Инструкция, чтобы подключиться 
Gui, Add, Text, cBlue gMyLink, Перейти по ссылке
Gui, Font, norm
Gui, Show
return

MyLink:
Run, https://www.google.com/
return </code></pre></div><p>Как объединить две строки текста? Нужно, чтобы гиперссылка была не на фразе &quot;Перейти по ссылке&quot;, а на слове &quot;Инструкция&quot; в первом предложении (при этом текст &quot;, чтобы подключиться&quot; должен остаться просто текстом и не быть частью гиперссылки). А строку &quot;Перейти по ссылке&quot; нужно вообще убрать. Возможно ли это реализовать?<br />Пробовала сделать так:<br /></p><div class="codebox"><pre><code>Gui, Font, 
Gui, Add, Text, cBlue gMyLink, Инструкция
Gui, Add, Text,, чтобы подключиться 
Gui, Font, norm
Gui, Show
return

MyLink:
Run, https://www.google.com/
return </code></pre></div><p>Но тогда это предложение разбивается на две строки.</p>]]></content>
			<author>
				<name><![CDATA[marusa122]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=43077</uri>
			</author>
			<updated>2023-04-20T08:33:01Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=157749#p157749</id>
		</entry>
</feed>
