<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://community.opennetcf.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>OpenNETCF Community</title><link>http://community.opennetcf.com/forums/</link><description>All Posts</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP2 (Build: 20611.960)</generator><item><title>Ho to read input from Microphone</title><link>http://community.opennetcf.com/forums/thread/69460.aspx</link><pubDate>Sun, 29 Apr 2012 15:09:13 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:69460</guid><dc:creator>olibara</dc:creator><slash:comments>0</slash:comments><comments>http://community.opennetcf.com/forums/thread/69460.aspx</comments><wfw:commentRss>http://community.opennetcf.com/forums/commentrss.aspx?SectionID=53&amp;PostID=69460</wfw:commentRss><description>&lt;p&gt;Hello &lt;/p&gt;
&lt;p&gt;I need to read the stream&amp;nbsp;of the Microphone&amp;nbsp;to make&amp;nbsp;some process on it&lt;/p&gt;
&lt;p&gt;Is it possible With CF native ?&lt;/p&gt;
&lt;p&gt;Or with OpenNetCF ? : I&amp;#39;m working with C#&lt;/p&gt;
&lt;p&gt;Thanks for any help&lt;/p&gt;</description></item><item><title>Application crashes on exit when using Button2</title><link>http://community.opennetcf.com/forums/thread/69453.aspx</link><pubDate>Wed, 18 Apr 2012 12:11:27 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:69453</guid><dc:creator>joowa</dc:creator><slash:comments>5</slash:comments><comments>http://community.opennetcf.com/forums/thread/69453.aspx</comments><wfw:commentRss>http://community.opennetcf.com/forums/commentrss.aspx?SectionID=53&amp;PostID=69453</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hi,&lt;/p&gt;&lt;p&gt;First of all, I don&amp;#39;t really know where to post this, since I don&amp;#39;t know if it&amp;#39;s an OpenNetCF bug or if it&amp;#39;s me missing something.&lt;br /&gt;&lt;br /&gt;&amp;nbsp;I&amp;#39;m developing an application for a handheld scanner (Symbol MC 3090 with WinCE 5.0, .NET CF 3.5). This application works fine, but now it has to work on WinCE 6.0 (Symbol 3190) as well. I&amp;#39;m having a serious problem with that &amp;amp; after narrowing down the search (after many frustrating days) I found out that it had something to do with OpenNetCF.&lt;br /&gt;&lt;br /&gt;&amp;nbsp;The problem is as follows; from the moment I use an OpenNetCF.Windows.Forms.Button2 control, the application crashes on exit (i tried just closing the form, Application.Exit, Application2.Exit, all the same). In fact, I don&amp;#39;t even have to use it on a form or user control, just declaring one and calling the constructor causes the same problem (no error when I call the constructor, just on application exit!!). This only happens when I run on WinCE 6.0. The button doesn&amp;#39;t even have to be declared in the main form itself, also when another dialog with a button2 on it gets called, the application crashes when the main form is closed.&lt;br /&gt;&lt;br /&gt;I don&amp;#39;t get the error when i run the app from Visual Studio. However, when I run it on my scanner and then attach the process to the debugger (set on&amp;nbsp; &amp;quot;Native (smart device) code&amp;quot;), I get the following errors (with no stack-trace and the error is impossible to catch).:&lt;br /&gt;&lt;br /&gt;First-chance exception at 0x41aa9b98 in ExitErrorTest.exe: 0xC0000005: Access violation reading location 0x41aa9b98.&lt;br /&gt;&lt;br /&gt;Unhandled exception at 0x41aa9b98 in ExitErrorTest.exe: 0xC0000005: Access violation.&lt;br /&gt;&lt;br /&gt;Unhandled exception at 0x400272d0 in ExitErrorTest.exe: 0xC0000005: Access violation.&lt;br /&gt;&lt;br /&gt;After those errors, a messagebox appears : &amp;quot;Application xxx has encountered a serious error and needs to shut down&amp;quot;. I can&amp;#39;t just let this be, because my update mechanism shuts down the app and restarts it at night (after downloading the newest version). I can&amp;#39;t let the message box block that process.&lt;br /&gt;&lt;br /&gt;I have no idea what to do with this, since the exception can&amp;#39;t be catched and only occurs in WinCE 6.0. I already spent several days until I found out this was causing the problem.s&lt;br /&gt;&lt;br /&gt;I have a little test project, but haven&amp;#39;t been able to upload it so far. The main form has 2 regular windows forms buttons. One button calls a dialog with a regular winforms button, the other button calls the one with the opennetcf button2. In the first case, the app doesn&amp;#39;t crash on exit, in the second case, it does.&lt;br /&gt;&lt;br /&gt;Any ideas on this? Thanks in advance, this is frustrating me to the bone&lt;br /&gt;&lt;br /&gt;Joowa &lt;br /&gt;&lt;/p&gt;</description></item><item><title>bandwidth occupation while searching nearby APs </title><link>http://community.opennetcf.com/forums/thread/69452.aspx</link><pubDate>Fri, 30 Mar 2012 09:00:05 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:69452</guid><dc:creator>jamesshao8</dc:creator><slash:comments>0</slash:comments><comments>http://community.opennetcf.com/forums/thread/69452.aspx</comments><wfw:commentRss>http://community.opennetcf.com/forums/commentrss.aspx?SectionID=53&amp;PostID=69452</wfw:commentRss><description>I am developing a software on Windows Mobile that searches APs periodically.  The software on smartphone returns information (including GPS position, and Signal Strength with certain interested APs)  to another computer by WLAN, meanwhile it  receives some controlling command from the computer. The problem is the network  experience a stoppage every time the timer(to trigger the nearby AP searching) ticks. It is just a stoppage but disconnection, so I suppose the searching process occupates too much bandwidth. I&amp;#39;m wondering how to solve this issue, either by increasing searching process (by using Refresh()? but it doesnt work here...) or confining the range to those SSIDs that are in the interest somehow?
</description></item><item><title>VB.NET - Kiosk application that uses camera</title><link>http://community.opennetcf.com/forums/thread/69451.aspx</link><pubDate>Wed, 28 Mar 2012 14:04:54 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:69451</guid><dc:creator>IanTheTitan</dc:creator><slash:comments>0</slash:comments><comments>http://community.opennetcf.com/forums/thread/69451.aspx</comments><wfw:commentRss>http://community.opennetcf.com/forums/commentrss.aspx?SectionID=16&amp;PostID=69451</wfw:commentRss><description>Hi!
I&amp;#39;m in the process of writing a Windows Mobile application in Visual Basic.NET that disables the start menu, taskbar and SIP button. However, this presents a problem, since the application must be able to take photos, but when the taskbar is disabled, so it the camera button (on the device itself)

This is the code that does the hiding and disabling:

Imports System.Runtime.InteropServices

&amp;#39;THE Class can be used as such in the code 
&amp;#39;Dim bc As New BarControl
&amp;#39;bc.HideStartButton() 
&amp;#39;bc.HideTaskBar() 
&amp;#39;bc.HideSIP()
Public Class BarControl
     Private Shared Function GetForegroundWindow() As IntPtr
    End Function

     Private Shared Function SHFullScreen(ByVal hwndRequester As IntPtr, ByVal dwState As Integer) As Boolean
    End Function

     Private Shared Function EnableWindow(ByVal hwnd As IntPtr, ByVal bEnable As Boolean) As Boolean
    End Function

     Private Shared Function FindWindow(ByVal lpClassName As String, ByVal lpWindowName As String) As IntPtr
    End Function

    Private Const SHFS_SHOWSTARTICON As Integer = &amp;amp;H10
    Private Const SHFS_HIDESTARTICON As Integer = &amp;amp;H20
    Private Const SHFS_HIDESIPBUTTON As Integer = &amp;amp;H8
    Private Const SHFS_SHOWSIPBUTTON As Integer = &amp;amp;H4
    Private Const SHFS_SHOWTASKBAR As Integer = &amp;amp;H1
    Private Const SHFS_HIDETASKBAR As Integer = &amp;amp;H2

    Private Shared Function SetTaskBarEnabled(ByVal bEnabled As Boolean) As Boolean
        Dim hwnd As IntPtr = FindWindow(&amp;quot;HHTaskBar&amp;quot;, Nothing)

        If Not hwnd.Equals(IntPtr.Zero) Then
            If bEnabled Then
                Return EnableWindow(hwnd, True)
            Else
                Return EnableWindow(hwnd, False)
            End If
        End If
        Return True
    End Function

    Private Shared Function SetTaskbarVisible(ByVal visible As Boolean) As Boolean
        Dim hwnd As IntPtr = FindWindow(&amp;quot;HHTaskBar&amp;quot;, Nothing)

        If Not hwnd.Equals(IntPtr.Zero) Then
            If visible Then
                Return SHFullScreen(hwnd, SHFS_SHOWTASKBAR)
            Else
                Return SHFullScreen(hwnd, SHFS_HIDETASKBAR)
            End If
        End If
    End Function

    Private Shared Function SetStartButtonVisible(ByVal visible As Boolean) As Boolean
        Dim hwnd As IntPtr = GetForegroundWindow()

        If Not hwnd.Equals(IntPtr.Zero) Then
            If visible Then
                Return SHFullScreen(hwnd, SHFS_SHOWSTARTICON)
            Else
                Return SHFullScreen(hwnd, SHFS_HIDESTARTICON)
            End If
        End If
    End Function

    Private Shared Function SetSIPVisible(ByVal visible As Boolean) As Boolean
        Dim hwnd As IntPtr = GetForegroundWindow()

        If Not hwnd.Equals(IntPtr.Zero) Then
            If visible Then
                Return SHFullScreen(hwnd, SHFS_SHOWSIPBUTTON)
            Else
                Return SHFullScreen(hwnd, SHFS_HIDESIPBUTTON)
            End If
        End If
    End Function


    Public Shared Sub ShowTaskBar()
        SetTaskBarEnabled(True)
        SetTaskbarVisible(True)
    End Sub

    Public Shared Sub HideTaskBar()
        SetTaskbarVisible(False)
        SetTaskBarEnabled(False)
    End Sub


    Public Shared Sub ShowSIP()
        SetSIPVisible(True)
    End Sub

    Public Shared Sub HideSIP()
        SetSIPVisible(False)
    End Sub

    Public Shared Sub HideStartButton()
        SetStartButtonVisible(False)
    End Sub

    Public Shared Sub ShowStartButton()
        SetStartButtonVisible(True)
    End Sub

End Class

Here are just a few things I tried:
* The code in http://community.opennetcf.com/forums/p/283/49837.aspx, but it did not work.
* I used Remote Spy to catch the messages and the hex values sent when the various parts of the apps are enabled and disabled. 

Any ideas or suggestions will be very much appreciated!

Thanks in advance!</description></item><item><title>OpenFileDialog in OpenNETCF</title><link>http://community.opennetcf.com/forums/thread/69450.aspx</link><pubDate>Wed, 28 Mar 2012 11:01:29 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:69450</guid><dc:creator>difilippocarlos</dc:creator><slash:comments>0</slash:comments><comments>http://community.opennetcf.com/forums/thread/69450.aspx</comments><wfw:commentRss>http://community.opennetcf.com/forums/commentrss.aspx?SectionID=53&amp;PostID=69450</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;hola,&lt;br /&gt;&lt;br /&gt;primero disculpen por mi mal ingles.&lt;br /&gt;Estoy haciendo una aplicacion en vb.net y necesito ver en un FileDialog los archivos del dispositivo movil.&lt;br /&gt;Hay alguna forma de hacerlo con el OpenNETCF&lt;br /&gt;&lt;br /&gt;msn: carl89_cba@hotmail.com&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Gracias&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;================================================================================&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span id="result_box" class=""&gt;&lt;span class="hps"&gt;hello,&lt;/span&gt;&lt;br /&gt;&lt;br /&gt; &lt;span class="hps"&gt;first&lt;/span&gt; &lt;span class="hps"&gt;sorry&lt;/span&gt; &lt;span class="hps"&gt;for my bad&lt;/span&gt; &lt;span class="hps"&gt;English.&lt;/span&gt;&lt;br /&gt; &lt;span class="hps"&gt;I am making&lt;/span&gt; &lt;span class="hps"&gt;an application in&lt;/span&gt; &lt;span class="hps"&gt;vb.net&lt;/span&gt; &lt;span class="hps"&gt;and need to see&lt;/span&gt; &lt;span class="hps"&gt;in a&lt;/span&gt; &lt;span class="hps"&gt;FileDialog&lt;/span&gt; &lt;span class="hps"&gt;mobile&lt;/span&gt; &lt;span class="hps"&gt;device files&lt;/span&gt;&lt;span&gt;.&lt;/span&gt;&lt;br /&gt; &lt;span class="hps"&gt;Is there any&lt;/span&gt; &lt;span class="hps"&gt;way to do it&lt;/span&gt; &lt;span class="hps"&gt;with&lt;/span&gt; &lt;span class="hps"&gt;OpenNETCF&lt;/span&gt;&lt;br /&gt;&lt;br /&gt; &lt;span class="hps"&gt;msn:&lt;/span&gt; &lt;span class="hps"&gt;carl89_cba@hotmail.com&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt; &lt;span class="hps"&gt;thanks&lt;/span&gt;&lt;/span&gt; &lt;br /&gt;&lt;/p&gt;</description></item><item><title>SDF 2.3.1 release notes</title><link>http://community.opennetcf.com/forums/thread/69449.aspx</link><pubDate>Tue, 27 Mar 2012 06:33:37 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:69449</guid><dc:creator>Quest</dc:creator><slash:comments>0</slash:comments><comments>http://community.opennetcf.com/forums/thread/69449.aspx</comments><wfw:commentRss>http://community.opennetcf.com/forums/commentrss.aspx?SectionID=53&amp;PostID=69449</wfw:commentRss><description>&lt;p&gt;Hi all,&lt;/p&gt;&lt;p&gt;we purchased the SDF standard edition, 2.3.0, last year and I noticed that there was an update to the community edition available online, but I can&amp;#39;t seem to find out what changes there are in the new version so we can determine if we want to updgrade.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Are there any release notes available? &lt;br /&gt;&lt;/p&gt;&lt;p&gt; Regards,&lt;/p&gt;&lt;p&gt;Andre&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Connecting using WiFi</title><link>http://community.opennetcf.com/forums/thread/69448.aspx</link><pubDate>Mon, 16 Jan 2012 16:46:13 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:69448</guid><dc:creator>lucacicala</dc:creator><slash:comments>0</slash:comments><comments>http://community.opennetcf.com/forums/thread/69448.aspx</comments><wfw:commentRss>http://community.opennetcf.com/forums/commentrss.aspx?SectionID=16&amp;PostID=69448</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m writing an application to search the AP with the highest strength and then to connect to it.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;After I found the&amp;nbsp;best AP I run following code. It always return true! But every time the current IP is 0.0.0.0 so I suppose no connection is available.&lt;/p&gt;
&lt;p&gt;Where am I wrong?&lt;/p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font size="2"&gt;
&lt;p&gt;OpenNETCF.Net.NetworkInformation.&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;EAPParameters&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; eap = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;new&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; OpenNETCF.Net.NetworkInformation.&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;EAPParameters&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;();&lt;/font&gt;&lt;/p&gt;&lt;font size="2"&gt;eap.Enable8021x = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;true&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;eap.EapType = &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;EAPType&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.Default;&lt;/p&gt;eap.EapFlags = &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;EAPFlags&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.Enabled;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;bool&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; b = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;false&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;lock&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; (m_syncRoot)&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;{&lt;/p&gt;b = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;this&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.wirelessAdapter.AddPreferredNetwork(this&lt;font size="2"&gt;&lt;font color="#000000"&gt;.bestAccessPoint.Name&lt;/font&gt;&lt;/font&gt;, &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;false&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;, passphrase, 1, &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;this&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.bestAccessPoint.AuthenticationMode, &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;this&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.bestAccessPoint.Privacy, eap);&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;if&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; (b)&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;{&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;lock&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; (m_syncRoot)&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;{&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;return&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;this&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.wirelessAdapter.ConnectToPreferredNetwork(this&lt;font size="2"&gt;&lt;font color="#000000"&gt;.bestAccessPoint.Name&lt;/font&gt;&lt;/font&gt;);&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;else&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;
&lt;p&gt;{&lt;/p&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;return&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;false&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;}&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;&lt;/p&gt;&lt;/font&gt;</description></item><item><title>How can i use Semaphore</title><link>http://community.opennetcf.com/forums/thread/69447.aspx</link><pubDate>Thu, 12 Jan 2012 13:47:35 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:69447</guid><dc:creator>huyhu</dc:creator><slash:comments>0</slash:comments><comments>http://community.opennetcf.com/forums/thread/69447.aspx</comments><wfw:commentRss>http://community.opennetcf.com/forums/commentrss.aspx?SectionID=16&amp;PostID=69447</wfw:commentRss><description>hi all,
as you know there is no Monitor class in System.Threading. so i decided to do this work with Semaphores but there is no Semaphore in CF too. Can you give me an example for usage of createsemaphore function ?

thanks in advance</description></item><item><title>VirtualPathProvider vs. BaseHandler</title><link>http://community.opennetcf.com/forums/thread/69442.aspx</link><pubDate>Fri, 16 Dec 2011 11:01:28 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:69442</guid><dc:creator>kasper</dc:creator><slash:comments>0</slash:comments><comments>http://community.opennetcf.com/forums/thread/69442.aspx</comments><wfw:commentRss>http://community.opennetcf.com/forums/commentrss.aspx?SectionID=76&amp;PostID=69442</wfw:commentRss><description>The HOLP303 recommends using VirtualPathProvider, where as two blog posts:

http://blog.opennetcf.com/ctacke/2010/02/05/HostingRESTfulWebServicesInWindowsCEPartI.aspx
http://blog.opennetcf.com/ctacke/2010/02/05/HostingRESTfulWebServicesInWindowsCEPartII.aspx

show how to use HttpHandlers directly, i.e. by deriving from BaseHandler. When would you recommend using either approach?</description></item><item><title>File Attachment Mail Message</title><link>http://community.opennetcf.com/forums/thread/67035.aspx</link><pubDate>Wed, 29 Apr 2009 14:04:34 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:67035</guid><dc:creator>pfingsten.bob@con-way.com</dc:creator><slash:comments>10</slash:comments><comments>http://community.opennetcf.com/forums/thread/67035.aspx</comments><wfw:commentRss>http://community.opennetcf.com/forums/commentrss.aspx?SectionID=53&amp;PostID=67035</wfw:commentRss><description>&lt;p&gt;I must be missing something really basic here.&amp;nbsp; How do I add a file attachment...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;SmtpClient&lt;/font&gt;&lt;font size="2"&gt; client = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;new&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;SmtpClient&lt;/font&gt;&lt;font size="2"&gt;(&lt;/font&gt;&lt;font size="2"&gt;SmtpServer);&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;MailMessage&lt;/font&gt;&lt;font size="2"&gt; mailMessage = &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;new&lt;/font&gt;&lt;font size="2"&gt; &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;MailMessage&lt;/font&gt;&lt;font size="2"&gt;(&lt;/font&gt;&lt;font size="2"&gt;FromEmailAddress, &lt;/font&gt;&lt;font size="2"&gt;ToEmailAddress);&lt;/font&gt;&lt;/p&gt;&lt;font size="2"&gt;mailMessage.Body = body;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;mailMessage.Subject = subject;&lt;/p&gt;mailMessage.BodyEncoding = &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;Encoding&lt;/font&gt;&lt;font size="2"&gt;.ASCII;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; 
&lt;p&gt;mailMessage.SubjectEncoding = &lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;Encoding&lt;/font&gt;&lt;font size="2"&gt;.ASCII;&lt;/font&gt;&lt;/p&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;
&lt;p&gt;mailMessage.Attachments.Add(.........&lt;/font&gt;&amp;nbsp;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;</description></item><item><title>WebServer Hosting in wince 7.0</title><link>http://community.opennetcf.com/forums/thread/69437.aspx</link><pubDate>Wed, 30 Nov 2011 09:34:44 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:69437</guid><dc:creator>naksha</dc:creator><slash:comments>0</slash:comments><comments>http://community.opennetcf.com/forums/thread/69437.aspx</comments><wfw:commentRss>http://community.opennetcf.com/forums/commentrss.aspx?SectionID=76&amp;PostID=69437</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Can any one tell me if Padarn web server is supported in wince 7.0 , if yes then how to install this in device ? from the site i have got only evaluation material which is having 2 dlls ie&amp;gt; OpenNETCF.Ssl.dll and OpenNETCF.Web.dll, m not able to see any download for evaluation version of this server ,please guide&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;br /&gt;</description></item><item><title>Sending Mail By Attached File</title><link>http://community.opennetcf.com/forums/thread/69436.aspx</link><pubDate>Mon, 28 Nov 2011 22:36:44 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:69436</guid><dc:creator>iman_s52</dc:creator><slash:comments>0</slash:comments><comments>http://community.opennetcf.com/forums/thread/69436.aspx</comments><wfw:commentRss>http://community.opennetcf.com/forums/commentrss.aspx?SectionID=53&amp;PostID=69436</wfw:commentRss><description>Hi 
I want to attached any file 
by can not set file path 
is it a bug ???????? how can solved it ?</description></item><item><title>Difference between DateTime.Now and DateTimeHelper.LocalTime</title><link>http://community.opennetcf.com/forums/thread/69435.aspx</link><pubDate>Mon, 28 Nov 2011 05:35:56 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:69435</guid><dc:creator>k_sze</dc:creator><slash:comments>0</slash:comments><comments>http://community.opennetcf.com/forums/thread/69435.aspx</comments><wfw:commentRss>http://community.opennetcf.com/forums/commentrss.aspx?SectionID=53&amp;PostID=69435</wfw:commentRss><description>I&amp;#39;m working with .NET Compact Framework 3.5 on Windows CE 6. Is there any difference between the value returned by DateTime.Now and the value returned by OpenNETCF.WindowsCE.DateTimeHelper.LocalTime? A quick Try-It-And-See didn&amp;#39;t reveal any difference. Does OpenNETCF.WindowsCE.DateTimeHelper.LocalTime provide a getter (in addition to the setter) only for the sake of convenience and consistency?</description></item><item><title>About Bluetooth,OpenNETCF,32feet</title><link>http://community.opennetcf.com/forums/thread/69427.aspx</link><pubDate>Mon, 07 Nov 2011 09:31:17 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:69427</guid><dc:creator>Nemo</dc:creator><slash:comments>2</slash:comments><comments>http://community.opennetcf.com/forums/thread/69427.aspx</comments><wfw:commentRss>http://community.opennetcf.com/forums/commentrss.aspx?SectionID=36&amp;PostID=69427</wfw:commentRss><description>&lt;p&gt;I use a USB bluetooth dongle connect to PC,it&amp;#39;s been enumerated as a COM device,now i want to develop an application communicate with a bluetooth module,the device searching is finished such as:&lt;/p&gt;
&lt;p&gt;using System.Net.Sockets;&lt;br /&gt;using OpenNETCF;&lt;br /&gt;using OpenNETCF.Net;&lt;br /&gt;using OpenNETCF.Net.Bluetooth;&lt;br /&gt;using OpenNETCF.Net.Sockets;&lt;/p&gt;
&lt;p&gt;&lt;font face="Lucida Console" size="2"&gt;&lt;br /&gt;private void Search_Click(object sender, EventArgs e)&lt;br /&gt;{&lt;br /&gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; BluetoothClient blueToothClient = new BluetoothClient();&lt;br /&gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; textBox1.AppendText(&amp;quot;Discovering Devices...
&amp;quot;);&lt;br /&gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; comboBox1.Items.Clear();&amp;lt;/P&amp;gt;
&amp;lt;P&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; bluetoothDeviceInfo = blueToothClient.DiscoverDevices(6);&amp;lt;/P&amp;gt;
&amp;lt;P&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; foreach (BluetoothDeviceInfo bDi in bluetoothDeviceInfo)&lt;br /&gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; {&lt;br /&gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; //if (bDi.DeviceName == &amp;quot;IT-300 BT Dev&amp;quot;)//i set my bluetooth module as &amp;quot;IT-300 BT Dev&amp;quot;&lt;br /&gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; {&lt;br /&gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; comboBox1.Items.Add(bDi.DeviceName);&lt;br /&gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; comboBox1.SelectedIndex = 0;&lt;br /&gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; }&lt;br /&gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; &lt;br /&gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; textBox1.AppendText(bDi.DeviceID + &amp;quot;	&amp;quot; + bDi.DeviceName + &amp;quot;
&amp;quot;);&lt;br /&gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; }&lt;br /&gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; comboBox1.SelectedIndex = comboBox1.Items.IndexOf(&amp;quot;IT-300 BT Dev&amp;quot;);&amp;lt;/P&amp;gt;
&amp;lt;P&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; textBox1.AppendText(bluetoothDeviceInfo.Length + &amp;quot; Devices found.
&amp;quot;);&amp;lt;/P&amp;gt;
&amp;lt;P&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; if (comboBox1.SelectedIndex == 0)&lt;br /&gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; textBox1.AppendText(&amp;quot;Find IT-300 BT Dev!&amp;quot;);&lt;br /&gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; else&lt;br /&gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; textBox1.AppendText(&amp;quot;Did not find IT-300 BT Dev!&amp;quot;);&amp;lt;/P&amp;gt;
&amp;lt;P&amp;gt;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp; textBox1.AppendText(&amp;quot;
&amp;quot; + System.Environment.NewLine);&lt;br /&gt;}&lt;br /&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;Now,if the bluetooth module&amp;#39;s pairing code is &amp;quot;1234&amp;quot;,then how to finish the pairing process,and when the pairing is finished wether the communication can be read/write the COM port?someone&amp;#39;s kind to provide me a example?&lt;/p&gt;
&lt;p&gt;this code is base on OpenNETCF,it&amp;#39;s said that 32feet is another choice,but i didn&amp;#39;t find the method,is there someone kind to give me some help?&lt;/p&gt;</description></item><item><title>Any sample code for MemoryMappedFile class?</title><link>http://community.opennetcf.com/forums/thread/66516.aspx</link><pubDate>Mon, 19 Jan 2009 18:47:46 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:66516</guid><dc:creator>josejoye</dc:creator><slash:comments>1</slash:comments><comments>http://community.opennetcf.com/forums/thread/66516.aspx</comments><wfw:commentRss>http://community.opennetcf.com/forums/commentrss.aspx?SectionID=53&amp;PostID=66516</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I&amp;#39;m looking for a sample code for the MemoryMappedFile class. Is this somewhere available?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;José&lt;/p&gt;
&lt;p&gt;By the way, using the &amp;#39;Search&amp;#39; menu, I was not able to find anything on this topic. However, using google, it points me to: &lt;a href="http://community.opennetcf.com/forums/p/10515/10515.aspx"&gt;http://community.opennetcf.com/forums/p/10515/10515.aspx&lt;/a&gt;. Am&amp;#39;I using the search incorrectly?&lt;/p&gt;</description></item><item><title>Rest web server with post HttpHandler</title><link>http://community.opennetcf.com/forums/thread/69431.aspx</link><pubDate>Wed, 09 Nov 2011 17:42:22 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:69431</guid><dc:creator>gogu</dc:creator><slash:comments>0</slash:comments><comments>http://community.opennetcf.com/forums/thread/69431.aspx</comments><wfw:commentRss>http://community.opennetcf.com/forums/commentrss.aspx?SectionID=76&amp;PostID=69431</wfw:commentRss><description>Hi, I have implemented a GET and a POST HttpHandler. They both work.&amp;nbsp;I made performance tests on GET and&amp;nbsp;works excelent. On POST is horrible&amp;nbsp;slow. I am using POST with binary raw&amp;nbsp;data. It returns the result expected - but it is way slower than the GET. Is it something I am missing?</description></item><item><title>Padarn web page</title><link>http://community.opennetcf.com/forums/thread/69425.aspx</link><pubDate>Sat, 05 Nov 2011 22:36:25 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:69425</guid><dc:creator>gogu</dc:creator><slash:comments>2</slash:comments><comments>http://community.opennetcf.com/forums/thread/69425.aspx</comments><wfw:commentRss>http://community.opennetcf.com/forums/commentrss.aspx?SectionID=76&amp;PostID=69425</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I downloaded demo Creating&amp;nbsp;Hello World Padarn web page. I succesfully deploy to Win CE 6.0 device (framework 3.5). When I access the page Default.aspx I got System.Web.HttpException: Cannot find page or file &amp;#39;/Default&amp;#39;. &lt;/p&gt;&lt;p&gt;What am I missing? I am running a custom build of Win CE.&lt;/p&gt;&lt;p&gt;Than you,&lt;/p&gt;</description></item><item><title>How to implement a BT pairing/communication between a USB BT dongle and BT module with OpenNETCF?</title><link>http://community.opennetcf.com/forums/thread/69426.aspx</link><pubDate>Mon, 07 Nov 2011 02:42:15 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:69426</guid><dc:creator>Nemo</dc:creator><slash:comments>0</slash:comments><comments>http://community.opennetcf.com/forums/thread/69426.aspx</comments><wfw:commentRss>http://community.opennetcf.com/forums/commentrss.aspx?SectionID=36&amp;PostID=69426</wfw:commentRss><description>&lt;p&gt;I use a USB bluetooth dongle connect to PC,it&amp;#39;s been enumerated as a COM device,now i want to develop an application communicate with a bluetooth module,the device searching is finished such as:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;using System.Net.Sockets;&lt;br /&gt;using OpenNETCF;&lt;br /&gt;using OpenNETCF.Net;&lt;br /&gt;using OpenNETCF.Net.Bluetooth;&lt;br /&gt;using OpenNETCF.Net.Sockets;&lt;/p&gt;
&lt;p&gt;private void Search_Click(object sender, EventArgs e)&lt;br /&gt;{&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BluetoothClient blueToothClient = new BluetoothClient();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; textBox1.AppendText(&amp;quot;Discovering Devices...\n&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; comboBox1.Items.Clear();&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; bluetoothDeviceInfo = blueToothClient.DiscoverDevices(6);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; foreach (BluetoothDeviceInfo bDi in bluetoothDeviceInfo)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //if (bDi.DeviceName == &amp;quot;IT-300 BT Dev&amp;quot;)&lt;br /&gt;&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; comboBox1.Items.Add(bDi.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; comboBox1.SelectedIndex = 0;&lt;br /&gt;&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; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; textBox1.AppendText(bDi.DeviceID + &amp;quot;\t&amp;quot; + bDi.DeviceName + &amp;quot;\n&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; comboBox1.SelectedIndex = comboBox1.Items.IndexOf(&amp;quot;IT-300 BT Dev&amp;quot;);&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; textBox1.AppendText(bluetoothDeviceInfo.Length + &amp;quot; Devices found.\n&amp;quot;);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (comboBox1.SelectedIndex == 0)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; textBox1.AppendText(&amp;quot;Find IT-300 BT Dev!&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; textBox1.AppendText(&amp;quot;Did not find IT-300 BT Dev!&amp;quot;);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; textBox1.AppendText(&amp;quot;\r\n&amp;quot; + System.Environment.NewLine);&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Now,if the bluetooth module&amp;#39;s pairing code is &amp;quot;1234&amp;quot;,then how to finish the pairing process,and when the pairing is finished wether the communication can be read/write the COM port?someone&amp;#39;s kind to provide me a example?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>embed Movie on Windows Moblie 6.1 with VBscrpt and .NET</title><link>http://community.opennetcf.com/forums/thread/69423.aspx</link><pubDate>Sun, 30 Oct 2011 12:17:24 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:69423</guid><dc:creator>G.Toggwyler</dc:creator><slash:comments>0</slash:comments><comments>http://community.opennetcf.com/forums/thread/69423.aspx</comments><wfw:commentRss>http://community.opennetcf.com/forums/commentrss.aspx?SectionID=16&amp;PostID=69423</wfw:commentRss><description>Hi all
i try to make a kind of quiz for geocaching by using a windows mobile 6.1
the idea is that a short movie is played (about 20 seconds) and then i ask a question about the movie.
my problem is to embed the movie in the .net solution-form
does anyone have experience with it?</description></item><item><title>Create a notify icon with Windows Mobile</title><link>http://community.opennetcf.com/forums/thread/69416.aspx</link><pubDate>Tue, 18 Oct 2011 14:12:30 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:69416</guid><dc:creator>mylogin</dc:creator><slash:comments>2</slash:comments><comments>http://community.opennetcf.com/forums/thread/69416.aspx</comments><wfw:commentRss>http://community.opennetcf.com/forums/commentrss.aspx?SectionID=16&amp;PostID=69416</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;we created a Windows Mobile 6.0 program with a notify icon,&lt;/p&gt;&lt;p&gt;but that icon is hidden (we are sure that it exists because we can click on it).&lt;/p&gt;&lt;p&gt;Wen instead the same program run on Windows CE 5, that icon is &lt;span id="result_box" class="short_text"&gt;&lt;span class="hps"&gt;correctly &lt;/span&gt;&lt;/span&gt;shown.&lt;/p&gt;&lt;p&gt;Can you tell why on Windows Mobile 6.0 that icon is hidden?&lt;/p&gt;&lt;p&gt;&amp;nbsp;Thank you.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>FTP connection WebRequestMethods.Ftp.ListDirectory</title><link>http://community.opennetcf.com/forums/thread/69417.aspx</link><pubDate>Tue, 18 Oct 2011 22:04:04 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:69417</guid><dc:creator>Kevin.McKeever</dc:creator><slash:comments>2</slash:comments><comments>http://community.opennetcf.com/forums/thread/69417.aspx</comments><wfw:commentRss>http://community.opennetcf.com/forums/commentrss.aspx?SectionID=16&amp;PostID=69417</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;I was writing to see how to set the request.Method for ftp messages in the OpenNetCF Smart Device.&amp;nbsp; I can open the ftp port but when I try to set the request.Method =&amp;nbsp;&amp;nbsp;WebRequestMethods.Ftp.ListDirectory i get an exception &amp;#39;System.ArgumentException&amp;#39;, &amp;quot;Value does not fall within the expected range.&amp;quot;&lt;/p&gt;&lt;p&gt;I would like to get the list of files in a directory.&amp;nbsp;&amp;nbsp; Do you know if this works and what I might be doing wrong?&amp;nbsp; Does the Ftp support the full list of ftp commands?&amp;nbsp;I have included the code below.&lt;/p&gt;&lt;p&gt;Thanks,&lt;/p&gt;&lt;p&gt;&lt;font color="#008000" size="2"&gt;&lt;font color="#008000" size="2"&gt;using System;&lt;br /&gt;using System.Net;&lt;br /&gt;using System.Text;&lt;br /&gt;using System.IO;&lt;br /&gt;using OpenNETCF.Net;&lt;br /&gt;using OpenNETCF.Net.Ftp;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;private static FtpWebRequest request;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private static Stream ftpRequestStream;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font color="#008000" size="2"&gt;&lt;font color="#008000" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public bool DisplayFileFromServer()&lt;br /&gt;&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; StringBuilder result = new StringBuilder();&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; 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;&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; FtpRequestCreator creator = new FtpRequestCreator();&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; FtpWebRequest.RegisterPrefix(&amp;quot;ftp:&amp;quot;, creator);&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font color="#008000" size="2"&gt;&lt;font color="#008000" size="2"&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; IPAddress ip = IPAddress.Parse(&amp;quot;10.16.48.18&amp;quot;);&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font color="#008000" size="2"&gt;&lt;font color="#008000" size="2"&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; Uri serverUri = new Uri(&amp;quot;ftp://&amp;quot; + ip + &amp;quot;/&amp;quot;);&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font color="#008000" size="2"&gt;&lt;font color="#008000" size="2"&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; request = (FtpWebRequest) FtpWebRequest.Create(serverUri);&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; request.Binary = true;&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; request.Credentials = new NetworkCredential(&amp;quot;anonymous&amp;quot;, &amp;quot;1&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; request.Method = WebRequestMethods.Ftp.ListDirectory;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font color="#008000" size="2"&gt;&lt;font color="#008000" size="2"&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; ftpRequestStream = request.GetRequestStream();&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; FtpWebResponse response = (FtpWebResponse)request.GetResponse();&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; StreamReader streamReader = new StreamReader(response.GetResponseStream());&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; string line = streamReader.ReadToEnd();&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; while (line != null)&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; result.Append(line);&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; result.Append(&amp;quot;\n&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; line = streamReader.ReadLine();&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;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font color="#008000" size="2"&gt;&lt;font color="#008000" size="2"&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; result.Remove(result.ToString().LastIndexOf(&amp;#39;\n&amp;#39;), 1);&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font color="#008000" size="2"&gt;&lt;font color="#008000" size="2"&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; streamReader.Close();&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; //response.Close();&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; return true;&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; }&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; catch ( Exception e)&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; {&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; return false;&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; }&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font color="#008000" size="2"&gt;&lt;font color="#008000" size="2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&amp;nbsp;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;&lt;p&gt;&lt;font color="#008000"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Trouble building SDF</title><link>http://community.opennetcf.com/forums/thread/69415.aspx</link><pubDate>Thu, 13 Oct 2011 21:52:26 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:69415</guid><dc:creator>steve at somewhere</dc:creator><slash:comments>1</slash:comments><comments>http://community.opennetcf.com/forums/thread/69415.aspx</comments><wfw:commentRss>http://community.opennetcf.com/forums/commentrss.aspx?SectionID=16&amp;PostID=69415</wfw:commentRss><description>&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;FONT-SIZE:8pt;"&gt;We&amp;nbsp;just purchased the Pro Edition of the smart device framework, installed, did the suggested edit removing the publickey (by Neil Cowburn),&amp;nbsp;and attempted to build.&lt;/span&gt; 
&lt;p style="MARGIN:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;FONT-SIZE:8pt;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="MARGIN:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;FONT-SIZE:8pt;"&gt;I get the following error:&lt;/span&gt;&lt;/p&gt;
&lt;p style="MARGIN:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;FONT-SIZE:8pt;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;FONT-SIZE:8pt;"&gt;&lt;font size="1"&gt;
&lt;p&gt;C:\Program Files\Smart Device Framework\Source\OpenNETCF\OpenNETCF\Diagnostics\SwitchesDictionarySectionHandler.cs(50,32): error CS0115: &amp;#39;OpenNETCF.Diagnostics.SwitchesDictionarySectionHandler.ValueRequired&amp;#39;: no suitable method found to override&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;Plus of course a cascade of other failures because OpenNetCF.dll failed to build.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;Any thoughts?&amp;nbsp; &lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;/span&gt;
&lt;p style="MARGIN:0in 0in 0pt;" class="MsoNormal"&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;FONT-SIZE:8pt;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;FONT-SIZE:8pt;"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="FONT-FAMILY:&amp;#39;Courier New&amp;#39;;FONT-SIZE:8pt;"&gt;&amp;nbsp;&lt;/span&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Unable to compile OpenNetCF 2.3 project</title><link>http://community.opennetcf.com/forums/thread/67163.aspx</link><pubDate>Sat, 13 Jun 2009 14:31:12 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:67163</guid><dc:creator>kankele</dc:creator><slash:comments>1</slash:comments><comments>http://community.opennetcf.com/forums/thread/67163.aspx</comments><wfw:commentRss>http://community.opennetcf.com/forums/commentrss.aspx?SectionID=53&amp;PostID=67163</wfw:commentRss><description>&lt;p&gt;I just purchased the standard edition and I am trying to compile the source. I first got the public key error but with the help of these forums have resolved that. Now I am getting the following error&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Error&amp;nbsp;1&amp;nbsp;&amp;#39;OpenNETCF.Diagnostics.SwitchesDictionarySectionHandler.ValueRequired&amp;#39;: no suitable method found to override&amp;nbsp;D:\Smart Device Framework\Source\OpenNETCF\OpenNETCF\Diagnostics\SwitchesDictionarySectionHandler.cs&amp;nbsp;50&amp;nbsp;32&amp;nbsp;OpenNETCF (OpenNETCF\OpenNETCF)&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Any help would be greatly appreciated.&lt;/p&gt;
&lt;p&gt;Ken&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>AddPreferredNetwork always returns true?</title><link>http://community.opennetcf.com/forums/thread/69410.aspx</link><pubDate>Tue, 04 Oct 2011 16:01:30 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:69410</guid><dc:creator>alex1313</dc:creator><slash:comments>3</slash:comments><comments>http://community.opennetcf.com/forums/thread/69410.aspx</comments><wfw:commentRss>http://community.opennetcf.com/forums/commentrss.aspx?SectionID=16&amp;PostID=69410</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hello,&lt;/p&gt;&lt;p&gt;We just bought&amp;nbsp; the library (v2.3.0.39). Awesome :)&lt;/p&gt;&lt;p&gt;I am trying to connect to a AccessPoint from the code. The code is below.&lt;/p&gt;&lt;p&gt;Regardless of the key the AddPreferredNetwork function call always returns true. Also I suspect that the function call changes the key on the AccessPoint, that&amp;#39;s why it&amp;#39;s always true.&lt;/p&gt;&lt;p&gt;Could you please help me to understand what&amp;#39;s going on here and how to accomplish the connect.&lt;/p&gt;&lt;p&gt;The code&lt;/p&gt;&lt;p&gt;---------------------------------------------------------------------------------------------------------------------------------&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; private void btnConnect_Click(object sender, EventArgs e)&lt;br /&gt;&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; ShowBusyMessage(&amp;quot;Connecting to Network &amp;quot; + tbexNetworkName.Text);&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; bool connected = false;&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; string SSID = tbexNetworkName.Text;&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; string key = tbexPassword.Text;&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; foreach (INetworkInterface ni in NetworkInterface.GetAllNetworkInterfaces())&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; {&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 (ni is WirelessNetworkInterface)&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; WirelessZeroConfigNetworkInterface wzcni = ni as WirelessZeroConfigNetworkInterface;&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; OpenNETCF.Net.NetworkInformation.AccessPointCollection col = wzcni.NearbyAccessPoints;&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; foreach (OpenNETCF.Net.NetworkInformation.AccessPoint ap in col)&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; {&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (ap.Name == SSID)&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AuthenticationMode mode = ((WirelessNetworkInterface)ni).AuthenticationMode;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WEPStatus wep = ((WirelessNetworkInterface)ni).WEPStatus;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OpenNETCF.Net.NetworkInformation.EAPParameters ep = new OpenNETCF.Net.NetworkInformation.EAPParameters();&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; connected = wzcni.AddPreferredNetwork(SSID, true, key, 1, mode, wep, ep);&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;&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; }&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; }&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; HideBusyMessage();&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; if (!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; {&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; pmlblConnectResult.Text = &amp;quot;Password Failed&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; }&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; else&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; {&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; ShowPreviousView();&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; }&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;---------------------------------------------------------------------------------------------------------------------------------&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>OpenNetCF.IO in Community Edition?</title><link>http://community.opennetcf.com/forums/thread/69404.aspx</link><pubDate>Tue, 27 Sep 2011 20:29:09 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:69404</guid><dc:creator>WiredlessInTx</dc:creator><slash:comments>1</slash:comments><comments>http://community.opennetcf.com/forums/thread/69404.aspx</comments><wfw:commentRss>http://community.opennetcf.com/forums/commentrss.aspx?SectionID=16&amp;PostID=69404</wfw:commentRss><description>&lt;p&gt;Hi I was looking for the dll for OpenNetCF.IO (i need to use memory mapped files) but I did not see it in the dlls directory. Is this available in the Community Edition? I checked in the &amp;quot;C:\Program Files (x86)\Smart Device Framework\Bin folder&amp;quot;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;If its not in this edition then which edition is it in?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description></item></channel></rss>