<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://inthehand.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>Bluetooth</title><link>http://inthehand.com/forums/37.aspx</link><description>For discussion about BluetoothClient, BluetoothListener and all other Bluetooth functionality in the library</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 (Build: 20917.1142)</generator><item><title>Re: Problems with in the hand with widcomm</title><link>http://inthehand.com/forums/thread/7897.aspx</link><pubDate>Wed, 24 Jun 2009 13:09:16 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:7897</guid><dc:creator>hessuhessu</dc:creator><slash:comments>0</slash:comments><comments>http://inthehand.com/forums/thread/7897.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=7897</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;is it possible to make application thaht connects Bluetooth machines to PCs comports with dongle that has widcomm stack and wiht help of in hte hand libraries..?&amp;nbsp; &lt;/p&gt;</description></item><item><title>Re: Problems with in the hand with widcomm</title><link>http://inthehand.com/forums/thread/7887.aspx</link><pubDate>Wed, 24 Jun 2009 07:57:31 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:7887</guid><dc:creator>hessuhessu</dc:creator><slash:comments>0</slash:comments><comments>http://inthehand.com/forums/thread/7887.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=7887</wfw:commentRss><description>&lt;p&gt;i don&amp;#39;t know what i am doing wrong here is my code so far but the device doesn&amp;#39;t seem to connect .. it just waits and waits and then trouws an exception.. do i have to do something before i can connect.. or what? i am using widcomm stack.. an everything else is runnig right.. except what i sayd above :)&lt;/p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BluetoothRadio[ radios =&amp;nbsp; BluetoothRadio.AllRadios;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;BluetoothRadio BTRADIO = BluetoothRadio.PrimaryRadio;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;string adress = BTRADIO.LocalAddress.ToString();&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;string name = BTRADIO.Name;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;if (BTRADIO.Mode == RadioMode.PowerOff)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;BTRADIO.Mode = RadioMode.Connectable;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;BluetoothClient test = new BluetoothClient();&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;BluetoothDeviceInfo[ devices = test.DiscoverDevices();&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;BluetoothListener BTLISTNER;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; //Console.WriteLine(&amp;quot;There were &amp;quot; + arr.Length + &amp;quot; devices found:&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;if (BTRADIO.Mode == RadioMode.PowerOff)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;BTRADIO.Mode = RadioMode.Connectable;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;WriteToTextBox1( &amp;quot;There were &amp;quot; + devices.Length + &amp;quot; devices found:&amp;quot; + &amp;#39;\t&amp;#39; );&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;WriteToTextBox1(&amp;quot;\t&amp;quot; + &amp;quot;tässä&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;int port = 1;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;foreach (BluetoothDeviceInfo b in devices)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;WriteToTextBox1(&amp;quot;&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;WriteToTextBox1((&amp;quot;&amp;quot;).PadRight(24, &amp;#39;-&amp;#39;));&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;WriteToTextBox1(&amp;quot;\t&amp;quot; + b.DeviceName);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;WriteToTextBox1(&amp;quot;\t&amp;quot; + b.ClassOfDevice);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;WriteToTextBox1(&amp;quot;\t&amp;quot; + b.Connected);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;WriteToTextBox1(&amp;quot;\t&amp;quot; + b.DeviceAddress);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;//WriteToTextBox1(&amp;quot;\t&amp;quot; + b.InstalledServices);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;WriteToTextBox1(&amp;quot;\t&amp;quot; + b.LastSeen);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;WriteToTextBox1(&amp;quot;\t&amp;quot; + b.LastUsed);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;WriteToTextBox1(&amp;quot;\t&amp;quot; + b.Remembered);&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;WriteToTextBox1((&amp;quot;&amp;quot;).PadRight(24, &amp;#39;-&amp;#39;));&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;BluetoothAddress ADDRESS = b.DeviceAddress;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WriteToTextBox1(&amp;quot;\t&amp;quot; + ADDRESS.Sap );&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WriteToTextBox1(&amp;quot;\t&amp;quot; + ADDRESS.Nap );&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;if ( b.DeviceName == &amp;quot;RemoteDevice&amp;quot; )&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; BluetoothEndPoint ep = new BluetoothEndPoint( ADDRESS, BluetoothService.SerialPort );&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;if (test.Connected)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;{&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;test.Close();&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;//Try to connect&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;try&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;test.Connect( ep);&amp;nbsp;&amp;nbsp;&amp;nbsp; //this doesnt work.. it doesnet connect and gives exception thaht widcomm doesn&amp;#39;t support sockets..&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;catch (Exception)&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;{&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;WriteToTextBox1(&amp;quot;ERROR in openig connection&amp;quot;);//setLabel(&amp;quot;No connect() possible: &amp;quot; + e);&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Problems with in the hand with widcomm</title><link>http://inthehand.com/forums/thread/7885.aspx</link><pubDate>Wed, 24 Jun 2009 06:12:08 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:7885</guid><dc:creator>hessuhessu</dc:creator><slash:comments>0</slash:comments><comments>http://inthehand.com/forums/thread/7885.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=7885</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;ok i am running XP SP3. here is the problem, the missing dll files..http://www.students.tut.fi/~turunenh/omat/dependencywalker.bm. do you happen to have eny like simple examplse for using this library..&amp;nbsp; i am just beginner in these things. and also the samples you have for download doesn&amp;#39;t seem to work eather.. thanks again for your help!. one question should the 2.3 build work in boath widcomm stack and the ms stack? sorry about my bad english.. &lt;/p&gt;</description></item><item><title>Re: Problems with in the hand with widcomm</title><link>http://inthehand.com/forums/thread/7874.aspx</link><pubDate>Tue, 23 Jun 2009 13:47:56 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:7874</guid><dc:creator>alanjmcf</dc:creator><slash:comments>0</slash:comments><comments>http://inthehand.com/forums/thread/7874.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=7874</wfw:commentRss><description>&lt;p&gt;Yikes I didn&amp;#39;t have all this problems!&amp;nbsp; What platform are you running on?&amp;nbsp; XP or Vista?&amp;nbsp; I haven&amp;#39;t tested on Vista.&lt;/p&gt;&lt;p&gt;Are you using dependency walker to know these missing DLLs, can you show me a screenshot of it.&amp;nbsp; I suspect these DLLs are not actually necessary -- likely they&amp;#39;re not statically linked but instead delay-loaded, see e.g. http://social.msdn.microsoft.com/Forums/en-US/vsx/thread/6bb7dcaf-6385-4d24-b2c3-ce7e3547e68b&amp;nbsp; DWMAPI.dll is a Vista-only DLL, did you copy it to XP?&amp;nbsp; it is delay-loaded and is not loaded unless the code find that the platform is Vista.&amp;nbsp; So it should not be needed/used on XP.&lt;/p&gt;&lt;p&gt;&amp;nbsp;I am not at my PC at the moment so maybe you can try this.&amp;nbsp; Create a very simple console application with VC++.&amp;nbsp; Have it link to 32feetWidcomm.dll.&amp;nbsp; Run it and see if it reports any dependency errors... :-,) &lt;/p&gt;</description></item><item><title>Re: Problems with in the hand with widcomm</title><link>http://inthehand.com/forums/thread/7867.aspx</link><pubDate>Tue, 23 Jun 2009 07:56:51 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:7867</guid><dc:creator>hessuhessu</dc:creator><slash:comments>0</slash:comments><comments>http://inthehand.com/forums/thread/7867.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=7867</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;seems lika everytime i get something done.. i find some other problem.. now this clames that there is IESHIMS.dll and WER.dll missing..do you happen to know what they areor is there something i can do.. &lt;/p&gt;</description></item><item><title>Re: Problems with in the hand with widcomm</title><link>http://inthehand.com/forums/thread/7865.aspx</link><pubDate>Tue, 23 Jun 2009 06:38:46 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:7865</guid><dc:creator>hessuhessu</dc:creator><slash:comments>0</slash:comments><comments>http://inthehand.com/forums/thread/7865.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=7865</wfw:commentRss><description>&lt;p&gt;thanks for the help so far. do you hapen to konow what this DWMAPI.dll is. that is the last file thaht i am missing... i found all the others..&amp;nbsp;&amp;nbsp; and thansk again for the help! &lt;/p&gt;</description></item><item><title>Re: Problems with in the hand with widcomm</title><link>http://inthehand.com/forums/thread/7850.aspx</link><pubDate>Mon, 22 Jun 2009 12:31:12 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:7850</guid><dc:creator>alanjmcf</dc:creator><slash:comments>0</slash:comments><comments>http://inthehand.com/forums/thread/7850.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=7850</wfw:commentRss><description>&lt;p&gt;If you haven&amp;#39;t got the btwapi.dll I can email you it.&lt;/p&gt;&lt;p&gt;If you&amp;#39;re using the 32feetWidcomm.dll from codeplex then that&amp;#39;s the Debug version and you need some other MS CRT libraries -- the debug equivalents.&amp;nbsp; You could use the 32feetWidcomm.dll contained in the release (&lt;a href="http://32feet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=28849"&gt;http://32feet.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=28849&lt;/a&gt;) it&amp;#39;s a release build.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Problems with in the hand with widcomm</title><link>http://inthehand.com/forums/thread/7845.aspx</link><pubDate>Mon, 22 Jun 2009 07:00:17 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:7845</guid><dc:creator>hessuhessu</dc:creator><slash:comments>0</slash:comments><comments>http://inthehand.com/forums/thread/7845.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=7845</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;hello.&lt;/p&gt;&lt;p&gt;same problem is still on.. i have visual studio 2008 ont his computer so i had version 9 runtime librarie. I am missing&amp;nbsp; MSVCR80D.DLL and BTWAPI.DLL.. so i am trying to install those MS version 8 runtime libraries.. but i have no luck in this. still not working. &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Problems with in the hand with widcomm</title><link>http://inthehand.com/forums/thread/7828.aspx</link><pubDate>Thu, 18 Jun 2009 10:26:30 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:7828</guid><dc:creator>alanjmcf</dc:creator><slash:comments>0</slash:comments><comments>http://inthehand.com/forums/thread/7828.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=7828</wfw:commentRss><description>That &lt;i&gt;probably &lt;/i&gt;means that you need to install the Microsoft’s “version 8” runtime libraries.&amp;nbsp; See &amp;quot;32feet and Widcomm-Broadcom.doc&amp;quot; for more info.&amp;nbsp; As suggested there &amp;quot;To check if any dependencies are missing load the
32feetWidcomm.dll into the depends.exe utility&amp;quot;.&amp;nbsp; Or just install that library from Microsoft and see if that solves it. :-)&lt;br /&gt;</description></item><item><title>Problems with in the hand with widcomm</title><link>http://inthehand.com/forums/thread/7824.aspx</link><pubDate>Thu, 18 Jun 2009 07:52:35 GMT</pubDate><guid isPermaLink="false">a6c76ee1-0bb1-45d9-a8c3-660105c16730:7824</guid><dc:creator>hessuhessu</dc:creator><slash:comments>0</slash:comments><comments>http://inthehand.com/forums/thread/7824.aspx</comments><wfw:commentRss>http://inthehand.com/forums/commentrss.aspx?SectionID=37&amp;PostID=7824</wfw:commentRss><description>&lt;p&gt;I am trying to implement a program for bluetooth communication but i cant get inthehand.net.personel library to work.. I have the reference on it in my project but when i try to communicate with the BT device i have funny error.. it seems thaht the inthehand library is un able to find the 32feetWidcomm.dll even tough i have ti in the smae folder as the app exe and inthehand.net.personel.dll. error message can be seen form this picture: http://www.students.tut.fi/~turunenh/omat/errorpicture.bmp is there something i can do.. &lt;/p&gt;</description></item></channel></rss>