<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>ClipboardFusion RSS: Fill form with using macros</title>
<atom:link href="https://www.clipboardfusion.com/Discussions/RSS/?TopicID=991219f7-abde-422e-8322-0aac6f9e3f0c" rel="self" type="application/rss+xml" />
<link>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=991219f7-abde-422e-8322-0aac6f9e3f0c</link>
<description>ClipboardFusion RSS: Fill form with using macros</description>
<lastBuildDate>Mon, 18 May 2026 14:46:33 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.clipboardfusion.com/Discussions/RSS/?TopicID=991219f7-abde-422e-8322-0aac6f9e3f0c</generator>
<item>
<title>RE: Fill form with using macros</title>
<link>https://www.clipboardfusion.com/Discussions/View/fill-form-with-using-macros/?ID=991219f7-abde-422e-8322-0aac6f9e3f0c#5</link>
<pubDate>Tue, 20 Jan 2015 19:31:06 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/fill-form-with-using-macros/?ID=991219f7-abde-422e-8322-0aac6f9e3f0c#5</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Yeah, our function has to try to translate characters and doesn't usually work all that well. I'd recommend using Microsoft's SendKeys that's built-in to the .NET Framework. You can do this instead of using BFS.Input.SendKeys:
Code
Copy
Select All
System.Windows.Forms.SendKeys.Send("+(В)араки...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Yeah, our function has to try to translate characters and doesn't usually work all that well. I'd recommend using Microsoft's SendKeys that's built-in to the .NET Framework. You can do this instead of using BFS.Input.SendKeys:<br/>
<br/>
<div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019e3b8d8ec676e3878a9feccb608d8a" class="ClipboardCopyControl"><img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019e3b8d8ec676e3878a9feccb608d8aJs'); return false;"><img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019e3b8d8ec676e3878a9feccb608d8aJs" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">System.Windows.Forms.SendKeys.Send("+(В)аракина{TAB}");</pre><textarea id="code019e3b8d8ec676e3878a9feccb608d8a" name="code019e3b8d8ec676e3878a9feccb608d8a" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
Hope that helps!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Fill form with using macros</title>
<link>https://www.clipboardfusion.com/Discussions/View/fill-form-with-using-macros/?ID=991219f7-abde-422e-8322-0aac6f9e3f0c#4</link>
<pubDate>Sat, 17 Jan 2015 18:10:09 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/fill-form-with-using-macros/?ID=991219f7-abde-422e-8322-0aac6f9e3f0c#4</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Hello,
I have another problem: The SendKeys does`nt support Cyrillic character.
BFS.Input.SendKeys("+(В)аракина{TAB}"); sedns only TAB]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hello,<br/>
<br/>
I have another problem: The SendKeys does`nt support Cyrillic character. <br/>
<br/>
 BFS.Input.SendKeys("+(В)аракина{TAB}"); sedns only TAB
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Fill form with using macros</title>
<link>https://www.clipboardfusion.com/Discussions/View/fill-form-with-using-macros/?ID=991219f7-abde-422e-8322-0aac6f9e3f0c#3</link>
<pubDate>Fri, 16 Jan 2015 22:27:42 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/fill-form-with-using-macros/?ID=991219f7-abde-422e-8322-0aac6f9e3f0c#3</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Thank you]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thank you
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Fill form with using macros</title>
<link>https://www.clipboardfusion.com/Discussions/View/fill-form-with-using-macros/?ID=991219f7-abde-422e-8322-0aac6f9e3f0c#2</link>
<pubDate>Fri, 16 Jan 2015 18:29:41 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/fill-form-with-using-macros/?ID=991219f7-abde-422e-8322-0aac6f9e3f0c#2</guid>
<category>ClipboardFusion</category>
<description><![CDATA[Check out the MSDN documentation for SendKeys, because ours uses a very similar syntax. The main differences are that our SendKeys supports all of the keyboard virtual keys found on the page below, and you should always wrap modified keys in parenthesis, otherwise the modifier key will be held do...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Check out the <a href="http://msdn.microsoft.com/en-us/library/system.windows.forms.sendkeys%28v=vs.110%29.aspx" target="_blank" rel="nofollow"><b>MSDN</b></a> documentation for SendKeys, because ours uses a very similar syntax. The main differences are that our SendKeys supports all of the keyboard virtual keys found on the page below, and you should always wrap modified keys in parenthesis, otherwise the modifier key will be held down until the end of the sequence.<br/>
<br/>
http://msdn.microsoft.com/en-ca/library/windows/desktop/dd375731%28v=vs.85%29.aspx<br/>
<br/>
Here is an example that will type "Hello World!" then a tab, then the enter key:<br/>
<br/>
"+(h)ello +(w)orld{TAB}{ENTER}"<br/>
<br/>
<b>Note:</b> We found a bug in testing yesterday in that strings with spaces aren't supported. We'll have that fixed up for the next version of ClipboardFusion <img src="https://www.clipboardfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>Fill form with using macros</title>
<link>https://www.clipboardfusion.com/Discussions/View/fill-form-with-using-macros/?ID=991219f7-abde-422e-8322-0aac6f9e3f0c</link>
<pubDate>Tue, 13 Jan 2015 07:55:44 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.clipboardfusion.com/Discussions/View/fill-form-with-using-macros/?ID=991219f7-abde-422e-8322-0aac6f9e3f0c</guid>
<category>ClipboardFusion</category>
<description><![CDATA[The task is: Fill some forms in the browser. I need to emulate pushing keys sequence: "Text1"{Tab}"Text2"{Tab}{Tab}"Text3".
I tried to use method SendKeys, but I cant understend how it work and How Can I send special chars - Tab, Shift, Ctrl, Enter, Space, and how can I send a word (two o more c...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
The task is: Fill some forms in the browser. I need to emulate pushing keys sequence: "Text1"{Tab}"Text2"{Tab}{Tab}"Text3".<br/>
<br/>
I tried to use method SendKeys, but I cant understend how it work and How Can I send special chars - Tab, Shift, Ctrl, Enter, Space, and how can I send a word (two o more chars).<br/>
<br/>
Please Help me. Thanks.
</div>
]]></content:encoded>
</item>
</channel>
</rss>