<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Microsoft Dynamics Mobile Team blog : Windows Mobile</title><link>http://blogs.msdn.com/dynamicsmobile/archive/tags/Windows+Mobile/default.aspx</link><description>Tags: Windows Mobile</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>How to enable barcode scanning on existing Microsoft Dynamics Mobile tasklets</title><link>http://blogs.msdn.com/dynamicsmobile/archive/2009/04/06/how-to-enable-barcode-scanning-on-existing-microsoft-dynamics-mobile-tasklets.aspx</link><pubDate>Tue, 07 Apr 2009 00:07:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9534456</guid><dc:creator>Jan Zeman</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/dynamicsmobile/comments/9534456.aspx</comments><wfw:commentRss>http://blogs.msdn.com/dynamicsmobile/commentrss.aspx?PostID=9534456</wfw:commentRss><description>&lt;p&gt;This is an installment of &lt;a href="http://blogs.msdn.com/dynamicsmobile/archive/2009/01/21/barcode-scanning-with-microsoft-dynamics-mobile.aspx"&gt;Barcode Scanning With Microsoft Dynamics Mobile&lt;/a&gt; series.&lt;/p&gt;  &lt;p&gt;… and concurrently it is the shortest blog article I have ever written :-)&lt;/p&gt;  &lt;p&gt;Just follow the MSDN link: &lt;a href="http://msdn.microsoft.com/en-us/library/cc563948.aspx"&gt;How to: Set Up Barcode Scanning for Mobile Sales&lt;/a&gt;. Use this approach for SimpleList or similarly for ItemList tasklet.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9534456" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/dynamicsmobile/archive/tags/Dynamics+Mobile+2008/default.aspx">Dynamics Mobile 2008</category><category domain="http://blogs.msdn.com/dynamicsmobile/archive/tags/development/default.aspx">development</category><category domain="http://blogs.msdn.com/dynamicsmobile/archive/tags/Windows+Mobile/default.aspx">Windows Mobile</category><category domain="http://blogs.msdn.com/dynamicsmobile/archive/tags/Scanning/default.aspx">Scanning</category><category domain="http://blogs.msdn.com/dynamicsmobile/archive/tags/Barcode/default.aspx">Barcode</category></item><item><title>Where To Get Barcode Drivers</title><link>http://blogs.msdn.com/dynamicsmobile/archive/2009/01/21/where-to-get-barcode-drivers.aspx</link><pubDate>Wed, 21 Jan 2009 21:46:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9357444</guid><dc:creator>Jan Zeman</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/dynamicsmobile/comments/9357444.aspx</comments><wfw:commentRss>http://blogs.msdn.com/dynamicsmobile/commentrss.aspx?PostID=9357444</wfw:commentRss><description>&lt;P&gt;This is an installment of &lt;A href="http://blogs.msdn.com/dynamicsmobile/archive/2009/01/21/barcode-scanning-with-microsoft-dynamics-mobile.aspx" mce_href="http://blogs.msdn.com/dynamicsmobile/archive/2009/01/21/barcode-scanning-with-microsoft-dynamics-mobile.aspx"&gt;Barcode Scanning With Microsoft Dynamics Mobile&lt;/A&gt; series.&lt;/P&gt;
&lt;P&gt;Barcode drivers are the most essential prerequisites for barcode scanning functionality on a particular device. Out of the box, Microsoft Dynamics Mobile supports two barcode enabled device manufacturers:&amp;nbsp; &lt;STRONG&gt;&lt;A href="http://business.motorola.com/us/enterprisemobility/index.html" mce_href="http://business.motorola.com/us/enterprisemobility/index.html"&gt;Motorola&lt;/A&gt;&lt;/STRONG&gt; (formerly Symbol) and &lt;STRONG&gt;&lt;A href="http://www.intermec.com/" mce_href="http://www.intermec.com/"&gt;Intermec&lt;/A&gt;&lt;/STRONG&gt;. To achieve any barcode related functionality you need to acquire appropriate barcode drivers. These are usually wrapped in some .NET Compact Framework assembly which is shipped as a part of a particular SDK of the given manufacturer. Third parties (in this case Microsoft) are not allowed to redistribute manufacturers’ drivers so you have to get them by your own. To make your life easier I prepared the following mini-tutorials describing where to download appropriate SDK and how to extract barcode driver out of them.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Please notice!&lt;/STRONG&gt; The description below is very precise and all links are currently working (January 2009). However it can change as time goes by. Feel free to add your comment to the blog article, we will update the description.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Motorola&lt;/STRONG&gt; (formerly Symbol): You need two assemblies called &lt;STRONG&gt;Symbol&lt;/STRONG&gt; and &lt;STRONG&gt;Symbol.Barcode&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Go to &lt;A href="https://docs.symbol.com/KanisaPlatform/Publishing/903/11777_f.html" mce_href="https://docs.symbol.com/KanisaPlatform/Publishing/903/11777_f.html"&gt;Motorola EMDK for .NET v2.0&lt;/A&gt; (EMDK stands for Enterprise Mobility Developer Kit formerly known as SMDK - Symbol Mobility Developer Kit) and download &lt;A href="https://docs.symbol.com/downloads/EMDK-M-020005-Up2.zip" mce_href="https://docs.symbol.com/downloads/EMDK-M-020005-Up2.zip"&gt;EMDK-M-020005-Up2.zip&lt;/A&gt;. &lt;/LI&gt;
&lt;LI&gt;Unzip and locate the following CAB file: symbol.all.arm.cab (typically in .\SDK\Smart Devices\wce500\armv4i folder). &lt;/LI&gt;
&lt;LI&gt;Install the CAB file on any Windows Mobile device or emulator, and locate Symbol.dll and Symbol.Barcode.dll on that device under \Windows &lt;/LI&gt;
&lt;LI&gt;Copy Symbol.dll and Symbol.Barcode.dll to your PC for future use. &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Intermec&lt;/STRONG&gt;: You need one assembly called &lt;STRONG&gt;Intermec.DataCollection.CF2&lt;/STRONG&gt; a&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Notice that you must be a registered user to be able to perform any download from the Intermec web site. If you are not, go to the Intermec &lt;A href="http://webapps.intermec.com/EFulfillment/LoginForm.aspx" mce_href="http://webapps.intermec.com/EFulfillment/LoginForm.aspx"&gt;downloads login page&lt;/A&gt;, click on the “create a new account” link, provide all required information and click on the “Register” button. &lt;/LI&gt;
&lt;LI&gt;Having your Intermec account you can download the &lt;A href="http://webapps.intermec.com/EFulfillment/SoftwareListForm.aspx?SoftwareID=2344" mce_href="http://webapps.intermec.com/EFulfillment/SoftwareListForm.aspx?SoftwareID=2344"&gt;Intermec Development Toolkit&lt;/A&gt;. You must enter your Intermec account credentials and go through a short wizard to reach the download link. &lt;/LI&gt;
&lt;LI&gt;Install the toolkit (00002344_IDLDCRK_Setup.exe). &lt;/LI&gt;
&lt;LI&gt;Locate Intermec.DataCollection.CF2.dll assembly under the following path: %PROGRAMFILES%\Intermec\Developer Library\Dot NET Assemblies\CF 2.0 &lt;/LI&gt;
&lt;LI&gt;Copy Intermec.DataCollection.CF2.dll to your PC for future use. &lt;/LI&gt;&lt;/UL&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9357444" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/dynamicsmobile/archive/tags/Dynamics+Mobile+2008/default.aspx">Dynamics Mobile 2008</category><category domain="http://blogs.msdn.com/dynamicsmobile/archive/tags/development/default.aspx">development</category><category domain="http://blogs.msdn.com/dynamicsmobile/archive/tags/Windows+Mobile/default.aspx">Windows Mobile</category><category domain="http://blogs.msdn.com/dynamicsmobile/archive/tags/Scanning/default.aspx">Scanning</category><category domain="http://blogs.msdn.com/dynamicsmobile/archive/tags/Barcode/default.aspx">Barcode</category></item><item><title>Barcode Scanning With Microsoft Dynamics Mobile</title><link>http://blogs.msdn.com/dynamicsmobile/archive/2009/01/21/barcode-scanning-with-microsoft-dynamics-mobile.aspx</link><pubDate>Wed, 21 Jan 2009 21:40:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9357393</guid><dc:creator>Jan Zeman</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/dynamicsmobile/comments/9357393.aspx</comments><wfw:commentRss>http://blogs.msdn.com/dynamicsmobile/commentrss.aspx?PostID=9357393</wfw:commentRss><description>&lt;P&gt;My plan is to post a short series of articles related to barcode scanning experience with Microsoft Dynamics Mobile. Today’s post should act as an overview of posted and will-be-posted articles touching the barcode functionality. &lt;BR&gt;&lt;/P&gt;
&lt;P&gt;Here is the plan:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Barcode scanning prerequisites: &lt;A href="http://blogs.msdn.com/dynamicsmobile/archive/2009/01/21/where-to-get-barcode-drivers.aspx" mce_href="http://blogs.msdn.com/dynamicsmobile/archive/2009/01/21/where-to-get-barcode-drivers.aspx"&gt;Where to get barcode drivers&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://blogs.msdn.com/dynamicsmobile/archive/2009/04/06/how-to-enable-barcode-scanning-on-existing-microsoft-dynamics-mobile-tasklets.aspx" mce_href="http://blogs.msdn.com/dynamicsmobile/archive/2009/04/06/how-to-enable-barcode-scanning-on-existing-microsoft-dynamics-mobile-tasklets.aspx"&gt;How to enable barcode scanning on existing Microsoft Dynamics Mobile tasklets&lt;/A&gt; &lt;/LI&gt;
&lt;LI&gt;&lt;A href="http://blogs.msdn.com/dynamicsmobile/archive/2009/04/07/how-to-code-your-own-barcode-enabled-tasklets-motorola-and-intermec-devices.aspx" mce_href="http://blogs.msdn.com/dynamicsmobile/archive/2009/04/07/how-to-code-your-own-barcode-enabled-tasklets-motorola-and-intermec-devices.aspx"&gt;How to code your own barcode enabled tasklets (Motorola and Intermec devices)&lt;/A&gt; &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;Bullets above will be transformed to http links after the corresponding article has been issued.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9357393" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/dynamicsmobile/archive/tags/Dynamics+Mobile+2008/default.aspx">Dynamics Mobile 2008</category><category domain="http://blogs.msdn.com/dynamicsmobile/archive/tags/development/default.aspx">development</category><category domain="http://blogs.msdn.com/dynamicsmobile/archive/tags/Windows+Mobile/default.aspx">Windows Mobile</category><category domain="http://blogs.msdn.com/dynamicsmobile/archive/tags/Scanning/default.aspx">Scanning</category><category domain="http://blogs.msdn.com/dynamicsmobile/archive/tags/Barcode/default.aspx">Barcode</category></item><item><title>Microsoft Dynamics Mobile case study at Roskilde Festival : Watch the video!!</title><link>http://blogs.msdn.com/dynamicsmobile/archive/2008/11/21/microsoft-dynamics-mobile-case-study-at-roskilde-festival-watch-the-video.aspx</link><pubDate>Fri, 21 Nov 2008 12:22:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9131678</guid><dc:creator>jschaadt</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/dynamicsmobile/comments/9131678.aspx</comments><wfw:commentRss>http://blogs.msdn.com/dynamicsmobile/commentrss.aspx?PostID=9131678</wfw:commentRss><description>&lt;P&gt;Please enjoy this video showcasing how the Microsoft Dynamics Mobile product can be used in a very different, but nevertheless important, situations. When you watch it, take into consideration the difficulties a partner/customer goes through when implementing a mobile solution that has to work on a huge camping ground with only cellular coverage that only work occasionally, in rain and wind, battery driven and with capabilities to integrate directly into a Microsoft Dynamics backend. This solution was build in 1½ month - with no dry-run on the technology possible. That's only possible if you have a solid platform to develop on!&lt;/P&gt;
&lt;P&gt;Enjoy!&lt;/P&gt;
&lt;P align=center&gt;&lt;EMBED id=vm0e3n8q height=364 type=application/x-shockwave-flash pluginspage=http://macromedia.com/go/getflashplayer width=432 src=http://images.video.msn.com/flash/soapbox1_1.swf flashvars="c=v&amp;amp;v=b9169486-01aa-4f84-8c3d-4a1c67634375&amp;amp;ifs=true&amp;amp;fr=msnvideo&amp;amp;mkt=da-DK" allowScriptAccess="always" allowFullScreen="true" mce_src="http://images.video.msn.com/flash/soapbox1_1.swf"&gt;&lt;/EMBED&gt;&lt;NOEMBED&gt;&lt;/NOEMBED&gt;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9131678" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/dynamicsmobile/archive/tags/Tegos/default.aspx">Tegos</category><category domain="http://blogs.msdn.com/dynamicsmobile/archive/tags/Environmental+Sustainability/default.aspx">Environmental Sustainability</category><category domain="http://blogs.msdn.com/dynamicsmobile/archive/tags/Roskilde+Festival/default.aspx">Roskilde Festival</category><category domain="http://blogs.msdn.com/dynamicsmobile/archive/tags/Waste+Management/default.aspx">Waste Management</category><category domain="http://blogs.msdn.com/dynamicsmobile/archive/tags/Windows+Mobile/default.aspx">Windows Mobile</category></item></channel></rss>