<?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>VoiceBot RSS: VBscript to C#</title>
<atom:link href="https://www.voicebot.net/Discussions/RSS/?TopicID=052b12d3-b12f-4fce-afc8-65b39dc16021" rel="self" type="application/rss+xml" />
<link>https://www.voicebot.net/Discussions/RSS/?TopicID=052b12d3-b12f-4fce-afc8-65b39dc16021</link>
<description>VoiceBot RSS: VBscript to C#</description>
<lastBuildDate>Wed, 20 May 2026 04:08:15 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.voicebot.net/Discussions/RSS/?TopicID=052b12d3-b12f-4fce-afc8-65b39dc16021</generator>
<item>
<title>RE: VBscript to C#</title>
<link>https://www.voicebot.net/Discussions/View/vbscript-to-c/?ID=052b12d3-b12f-4fce-afc8-65b39dc16021#3</link>
<pubDate>Mon, 04 Jun 2018 13:33:35 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/vbscript-to-c/?ID=052b12d3-b12f-4fce-afc8-65b39dc16021#3</guid>
<category>VoiceBot</category>
<description><![CDATA[Thank you Thomas, this works
ohhh mannn so that means i would have to type out all those multiple keys individually.
but at least this gives me a start on how to handle this type of coding.
I find it quite fun doing this, ive never done any coding before....and i use it mainly for work. all th...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Thank you Thomas, this works <img src="https://www.voicebot.net/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" /><br/>
<br/>
ohhh mannn so that means i would have to type out all those multiple keys individually.<br/>
<br/>
but at least this gives me a start on how to handle this type of coding.<br/>
<br/>
I find it quite fun doing this, ive never done any coding before....and i use it mainly for work. all the repetitive keystrokes that i do for work, i just use my voice. productivity increased by like 30%.<br/>
<br/>
i love Voicebot, use it everyday <img src="https://www.voicebot.net/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>
<media:thumbnail url="https://www.voicebot.net/Discussions/Download/?ID=04caba7b-74db-4e12-9411-1996340ca010"/>
</item>
<item>
<title>RE: VBscript to C#</title>
<link>https://www.voicebot.net/Discussions/View/vbscript-to-c/?ID=052b12d3-b12f-4fce-afc8-65b39dc16021#2</link>
<pubDate>Fri, 01 Jun 2018 14:08:59 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/vbscript-to-c/?ID=052b12d3-b12f-4fce-afc8-65b39dc16021#2</guid>
<category>VoiceBot</category>
<description><![CDATA[Our SendKeys implementation doesn't support shortcuts to press a key multiple times, so you have to specify each key press yourself. Here's some code that should work for you:
Code
Copy
Select All
BFS.Input.SendKeys("{F3}{F3}{F3}8{ENTER}");
BFS.General.ThreadWait(1000);
//For this one, I'm ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Our SendKeys implementation doesn't support shortcuts to press a key multiple times, so you have to specify each key press yourself. Here's some code that should work for you:<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="#code019e4391e5117431bfa85badfe8810b1" class="ClipboardCopyControl"><img src="https://www.voicebot.net/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('code019e4391e5117431bfa85badfe8810b1Js'); return false;"><img src="https://www.voicebot.net/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="code019e4391e5117431bfa85badfe8810b1Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">BFS.Input.SendKeys("{F3}{F3}{F3}8{ENTER}");
BFS.General.ThreadWait(1000);
//For this one, I'm not sure if you wanted shift held down for all 4 of the key presses. If you don't, just remove the parenthesis 
BFS.Input.SendKeys("+({TAB}{TAB}{TAB}{TAB})999");
BFS.Input.SendKeys("{TAB}{TAB}{TAB}");</pre><textarea id="code019e4391e5117431bfa85badfe8810b1" name="code019e4391e5117431bfa85badfe8810b1" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
I hope this helps!
</div>
]]></content:encoded>
<media:thumbnail url="https://www.voicebot.net/Discussions/Download/?ID=04caba7b-74db-4e12-9411-1996340ca010"/>
</item>
<item>
<title>VBscript to C#</title>
<link>https://www.voicebot.net/Discussions/View/vbscript-to-c/?ID=052b12d3-b12f-4fce-afc8-65b39dc16021</link>
<pubDate>Wed, 30 May 2018 14:39:01 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.voicebot.net/Discussions/View/vbscript-to-c/?ID=052b12d3-b12f-4fce-afc8-65b39dc16021</guid>
<category>VoiceBot</category>
<description><![CDATA[Hi, im trying to transfer my Dragon naturally speaking VB Macro scripts to be able to implement into Voicebot.
its just simple Sendkeys and waits, but it doesnt seem to work.
When i verify the function, everything checks out.
i dont want to have to map everything out again because i have over ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi, im trying to transfer my Dragon naturally speaking VB Macro scripts to be able to implement into Voicebot.<br/>
<br/>
its just simple Sendkeys and waits, but it doesnt seem to work.<br/>
<br/>
When i verify the function, everything checks out.<br/>
<br/>
i dont want to have to map everything out again because i have over 100 of these little sendkey macros from Dragon that i want to import into Voicebot<br/>
<br/>
what can be done?
</div>
]]></content:encoded>
<media:thumbnail url="https://www.voicebot.net/Discussions/Download/?ID=04caba7b-74db-4e12-9411-1996340ca010"/>
</item>
</channel>
</rss>