<?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>Search results matching tag 'VS2008'</title><link>http://community.opennetcf.com/search/SearchResults.aspx?o=DateDescending&amp;tag=VS2008&amp;orTags=0</link><description>Search results matching tag 'VS2008'</description><dc:language>en-US</dc:language><generator>CommunityServer 2007 SP2 (Build: 20611.960)</generator><item><title>Migrating to VisualStudio 2008 / Version 2.3 of SmartDeviceFramework</title><link>http://community.opennetcf.com/forums/p/12663/69315.aspx#69315</link><pubDate>Mon, 07 Mar 2011 19:08:18 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:69315</guid><dc:creator>that.trevor</dc:creator><description>I recently upgraded my application from Visual Studio 2003 to 2008 and I started to get a bunch of warning messages complaining that various control properties were not supported.  e.g.:
     The type &amp;#39;Microsoft.CompactFramework.Design.UnsafeControl&amp;#39; has no property named &amp;#39;TextAlign&amp;#39;.	

I tried upgrading my libraries to the newest smart device framework (2.3) and I started to get other problems:
     Type &amp;#39;OpenNETCF.Windows.Forms.ButtonEx&amp;#39; is not defined.

I tried changing the types of the controls to what appears to be the new equivalent (e.g.: rename ButtonEx to Button2) but then I go back to the original problem (missing properties).

Two questions:
* Why does the newer version of Visual Studio have trouble with these properties
* Do you have any tools for migrating to new versions of the framework and / or visual studio

Thanks,
~Trevor</description></item><item><title>Set Device Date Time from Desktop Application</title><link>http://community.opennetcf.com/forums/p/12629/69264.aspx#69264</link><pubDate>Tue, 04 Jan 2011 22:47:44 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:69264</guid><dc:creator>jmro20</dc:creator><description>Hi,

I&amp;#39;ve been trying hard to set the device date and time information from a desktop application. I am new to mobile development and I really don&amp;#39;t have an idea of how to accomplish this. I have tried using rapi.Invoke coredll.dll SetSystemTime (using OpenNETCF.Desktop.Communication) but without any success. Is there a way to do this? I did a lot of google search but didn&amp;#39;t find anything.

Please help me I am totally lost!!.

Thanks</description></item><item><title>WIFI connection - Signalstrength</title><link>http://community.opennetcf.com/forums/p/12575/69151.aspx#69151</link><pubDate>Wed, 08 Sep 2010 12:07:39 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:69151</guid><dc:creator>jkorsten</dc:creator><description>&lt;p&gt;Hello everybody,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I have a problem. I&amp;#39;m using&amp;nbsp;&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;AccessPoint&lt;/font&gt;&lt;/font&gt;&amp;nbsp;to get the signalstrength of the Wifi&amp;nbsp;connection.&lt;/p&gt;
&lt;p&gt;This is going fine. BUT, when I get&amp;nbsp;closer to the accespoint the signal gets stronger and&amp;nbsp;I can get a&amp;nbsp;dBm signal&amp;nbsp;from -90&amp;nbsp;till -70 when the signal gets stronger it disappears. The accespoint&amp;nbsp;can&amp;#39;t be found.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Some&amp;nbsp;more information. The accespoint&amp;nbsp;i&amp;#39;m looking for is&amp;nbsp;from a hidden network with a WEP&amp;nbsp;key.&amp;nbsp;I can detect the network but when&amp;nbsp;the signal gets&amp;nbsp;stronger it dissapears (but the WM-device stays connected).&lt;br /&gt;The neighbours have a WPA2 key and&amp;nbsp;this network doesn&amp;#39;t give any troubles even with a signalstrength of -60.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;What can be the problem here?&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;JKorsten&lt;/p&gt;
&lt;p&gt;ps: the&amp;nbsp;code I use&amp;nbsp;is:&lt;br /&gt;&lt;/p&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;
&lt;p&gt;try&lt;br /&gt;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;{&lt;br /&gt;&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;&amp;nbsp; Boolean&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; bParlWifi = &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;br /&gt;&amp;nbsp; &lt;/font&gt;&lt;font color="#008000" size="2"&gt;&lt;font color="#008000" size="2"&gt;// Get all the WZC Network Interfaces&lt;br /&gt;&amp;nbsp; &lt;/font&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;foreach&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;INetworkInterface&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; currentNetworkInterface &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;in&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; &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;WirelessZeroConfigNetworkInterface&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.GetAllNetworkInterfaces())&lt;br /&gt;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font color="#008000" size="2"&gt;&lt;font color="#008000" size="2"&gt;// Make sure we are dealing with a WZC Network Interface&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&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; (currentNetworkInterface &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;is&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;WirelessZeroConfigNetworkInterface&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OpenNETCF.Net.NetworkInformation.&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;WirelessZeroConfigNetworkInterface&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; wzc =&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (OpenNETCF.Net.NetworkInformation.&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;WirelessZeroConfigNetworkInterface&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;)currentNetworkInterface;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font color="#008000" size="2"&gt;&lt;font color="#008000" size="2"&gt;// Get all the Nearby Access Points that the WZC Network Interface can see&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;listBox1.Items.Clear();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &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;foreach&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;AccessPoint&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; currentAccessPoint &lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;in&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; wzc.NearbyAccessPoints)&lt;br /&gt;&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;/font&gt;&lt;font color="#008000" size="2"&gt;&lt;font color="#008000" size="2"&gt;// Output the name and the signal stregth of this access point&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&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;.listBox1.Items.Add(currentAccessPoint.Name + &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot; : &amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; + currentAccessPoint.SignalStrength.Decibels.ToString() + &lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot; : &amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; + currentAccessPoint.PhysicalAddress.ToString());&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/font&gt;&lt;font size="2"&gt;}&lt;br /&gt;&amp;nbsp; }&lt;br /&gt;&lt;/font&gt;&lt;font size="2"&gt;}&lt;br /&gt;&lt;/font&gt;&lt;font color="#0000ff" size="2"&gt;&lt;font color="#0000ff" size="2"&gt;catch&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; (&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;Exception&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; ex)&lt;br /&gt;{&lt;br /&gt;&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;&amp;nbsp; MessageBox&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt;.Show(&lt;/font&gt;&lt;font color="#a31515" size="2"&gt;&lt;font color="#a31515" size="2"&gt;&amp;quot;Problem : &amp;quot;&lt;/font&gt;&lt;/font&gt;&lt;font size="2"&gt; + ex.Message);&lt;br /&gt;}&lt;/p&gt;&lt;/font&gt;</description></item><item><title>problems with getting the NearbyAccessPoints</title><link>http://community.opennetcf.com/forums/p/12550/69101.aspx#69101</link><pubDate>Fri, 23 Jul 2010 12:14:28 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:69101</guid><dc:creator>banti</dc:creator><description>Hello!&lt;br /&gt;
I have 2 smart device phones:&lt;br /&gt;
1. I-mate JasJar with windows mobile 5.0&lt;br /&gt;
2.HTC Touch 2 with windows mobile 6.5 (i just bought it)&lt;br /&gt;
I try to develope an application that lists the nearby acess points, like this( http://msdn.microsoft.com/en-us/library/aa446491.aspx)
 On the 1-st device it works fine,&lt;br /&gt;
&lt;br /&gt;
 but on the 2-nd device there arent any APs in the nearbyAccessPoint list. (same developer environment)&lt;br /&gt;
This is the code if it helps:&lt;br /&gt;
&lt;br /&gt;
if (selectedAdapter.IsWirelessZeroConfigCompatible &amp;amp;&amp;amp; selectedAdapter.IsWireless) // these bools are both true&lt;br /&gt;
                {&lt;br /&gt;
                    AccessPointCollection acc = selectedAdapter.NearbyAccessPoints;&lt;br /&gt;
                    foreach (AccessPoint ap in acc)&lt;br /&gt;
                    {&lt;br /&gt;
                         //code&lt;br /&gt;
                    }&lt;br /&gt;
                }&lt;br /&gt;
On the other hand i can read the signal strength and ssid of the AP wich is connected to my device.&lt;br /&gt;
Any idea? What could be the problem?&lt;br /&gt;
Thanks for your help.&lt;br /&gt;</description></item><item><title>IOControl Call Failed When Changing IP Address</title><link>http://community.opennetcf.com/forums/p/12542/69086.aspx#69086</link><pubDate>Tue, 06 Jul 2010 06:17:12 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:69086</guid><dc:creator>Timo2505</dc:creator><description>&lt;p&gt;Chears,&lt;/p&gt;
&lt;p&gt;Please advice me for above problem.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using VS-2008, OpenNetCF 2.3.0.39 and Windows CE 6.0.&lt;/p&gt;
&lt;p&gt;The sympthon is, when I try to change the IP address and save it (see NICVeiwer sample program from OpenNetCF), then my WinCE 6.0 device will display above error message.&lt;/p&gt;
&lt;p&gt;The idea is, I want to change my WinCE6.0 device programmaticaly without restarting the device.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;If somebody have facing the similar problem, and know how to solve the above problem, please share your valuable experience with me.&lt;/p&gt;
&lt;p&gt;Thank you in advance for your attention.&lt;/p&gt;</description></item><item><title>Signal Strength in Decibels only shows increments of 10</title><link>http://community.opennetcf.com/forums/p/11657/67961.aspx#67961</link><pubDate>Sat, 27 Mar 2010 19:28:35 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:67961</guid><dc:creator>Fred Kendall</dc:creator><description>&lt;p&gt;I need to get the signal strengh in Decibels with full set of integer values from 0 thru 100.&amp;nbsp; Currently, I&amp;#39;m only getting values of 0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100.&amp;nbsp; How do I get the actual values from 1 thru 100 and not incremented by 10&amp;#39;s?&lt;/p&gt;</description></item><item><title>Turn off data connections WM6.5</title><link>http://community.opennetcf.com/forums/p/11618/67867.aspx#67867</link><pubDate>Mon, 22 Feb 2010 22:01:41 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:67867</guid><dc:creator>alto</dc:creator><description>&lt;p&gt;I&amp;#39;m trying to turn off the data connection on my HD2 wm 6.5&lt;/p&gt;
&lt;p&gt;I tried to use the ConnectionManager&amp;nbsp;&lt;font size="2"&gt;RequestDisconnect &amp;amp; &lt;font size="2"&gt;tDisconnect withput success.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;also the RasEnumConnections and Rashangup don&amp;#39;t work.&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font size="2"&gt;&lt;font size="2"&gt;What else can be done?&lt;/p&gt;&lt;/font&gt;&lt;/font&gt;&lt;font color="#2b91af" size="2"&gt;&lt;font color="#2b91af" size="2"&gt;&lt;/font&gt;&lt;/font&gt;</description></item><item><title>Replacing ONCF's Serial with Microsoft's SerialPort</title><link>http://community.opennetcf.com/forums/p/11435/67310.aspx#67310</link><pubDate>Tue, 28 Jul 2009 14:34:21 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:67310</guid><dc:creator>Robsta</dc:creator><description>&lt;p&gt;Before I start, I&amp;#39;ll let you know a little background about this question. Basically, we are (finally) making the leap from NetCF 1.0 to NetCF 3.5, with which&amp;nbsp;a HELLUVA&amp;nbsp;LOT&amp;nbsp;of the OpenNetCF bases have been covered by Microsoft&amp;#39;s traditional framework. On an initial upgrade and compile, the solution (6 projects) is wielding 79 errors compiling (and loads more to follow these no doubt). &lt;/p&gt;
&lt;p&gt;So I&amp;#39;ve got work ahead of me with removing all of these errors, and thought I&amp;#39;d start off with our IrDA class (top of the list of errors). Existingly, under NetCF 1.0, we were using OpenNetCF.IO.Serial to fill the void, which has been depricated by System.IO.Ports.SerialPort.&lt;/p&gt;
&lt;p&gt;What I&amp;#39;m attempting is to replace Serial.Input but see that the documentation on this site has (perhaps correctly) been replaced to represent the lack of this class in the latest SDF. However, the SerialPort class does not include this as an option. It also lacks the IREnable bool, but unsure of what relevance this has.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;strong&gt;Could any of you clever minds figure out how I could read from the SerialPort buffer (over IrDA) to a byte[]?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Many thanx in advance.&lt;/p&gt;</description></item><item><title>SDF 2.3 &amp;amp; VS2008</title><link>http://community.opennetcf.com/forums/p/11376/67165.aspx#67165</link><pubDate>Sun, 14 Jun 2009 11:43:47 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:67165</guid><dc:creator>j3d72</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I just downloaded SDF 2.3 and ran the installer. I can&amp;#39;t see any new components appearing. When I opened the sample app and clicked on a form I got &amp;quot;could not find type &amp;#39;OpenNetCF.Windows.Forms.Listbox2&amp;#39;. Please make sure that the assembly that contains this type is referenced. ....&amp;quot; Any help is welcom.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Bear in mind, I&amp;#39;m rather new in .Net development.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;rgds&lt;/p&gt;
&lt;p&gt;J3D&lt;/p&gt;</description></item><item><title>Check if date falls in daylight time when daylight is disabled on device?</title><link>http://community.opennetcf.com/forums/p/11246/66773.aspx#66773</link><pubDate>Thu, 26 Feb 2009 19:48:02 GMT</pubDate><guid isPermaLink="false">8728999e-43f4-4b8d-bbf2-8b1961517928:66773</guid><dc:creator>Pat</dc:creator><description>&lt;p&gt;WinCE5 CF2 sdf 2.3.0.21 VS2008 visual basic&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;I&amp;#39;ve discovered that if I turn off automatic daylight saving time adjustment on the control panel that checks with Timezone.IsDaylightSavingTime and DateTime.IsDaylightSavingTime will return false regardless of whether or not the date does fall withing the daylight period.&lt;/p&gt;&lt;p&gt;&amp;nbsp;Is there a way to check that ignores the system setting and just checked the date range?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I&amp;#39;m building a trend log app that will store all dates as UTC but when I display a date for a trend point I want to show the local time (with daylight offset if the user chooses to use daylight time).&lt;/p&gt;&lt;p&gt;This is a kiosk style device so users cannot use the control panel to turn on and off daylight time adjustments so I&amp;#39;m turning them off and adjusting manually if the user chooses use daylight time from the app itself. Of course, if I could figure out how to toggle auto-daylight adjusments programmatically this would be a lot easier...&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>