Browse by Tags

  • Problem with SDF's AddPreferredNetwork and ConnectToPreferredNetwork

    I'm using SDF to develope a windows mobile program that used to connect with wifi. When I'm trying to connect my device to an AP, it will be successful with a right SSID and a right password, but if I give a RIGHT SSID AND A WRONG PASSWORD, the AddPreferredNetwork(string SSID, bool infrastructureMode...
    Posted to Smart Device Framework (Forum) by wsptr on 05-10-2011
  • SDF 1.x ButtonEx problem

    Hi, I had installed SDF 1.x version combine with vs2003. For now there is a problem on the form. When I add a ButtonEx control on form, and task list will show a error which say "the field 'NiddkeCenter' could not be found on the target object. Make sure that the field is defined as an instance...
    Posted to Smart Device Framework (Forum) by cyflyman on 02-08-2010
  • IOControl call failed

    Hi all. When setting property CurrentIpAddress of a WirelessZeroConfigNetworkInterface, I obtain a System.ComponentModel.Win32Exception telling "IOControl call failed" (HResult = 0x80004005). Can anybody help me in understanding what's wrong? Thank you. Regards, /Morix
    Posted to Smart Device Framework (Forum) by morix on 08-31-2009
  • Replacing ONCF's Serial with Microsoft's SerialPort

    Before I start, I'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 a HELLUVA LOT of the OpenNetCF bases have been covered by Microsoft's traditional framework. On an initial upgrade and compile, the solution...
    Posted to How do I....? (Forum) by Robsta on 07-28-2009
  • Problem on OpenNETCF.Media.WaveAudio.player

    I am developing an app on windows mobile 6 using c#. There is a audio playing feature in my app and I implement it by opennetcf. Everything is great except that when I play a wav file, the screen will be locked while the sound is still playing after 5 second. However, I hope to implement a timecount...
    Posted to Smart Device Framework (Forum) by rcs830712 on 07-26-2009
  • DialogResult and Application2

    I decided to use Application2 for my project. Before I switched to Application2: this.DialogResult = DialogResult.Yes; would close my custom dialogs. Now the result is set but the dialogs will not close. If I add a close after this, the zorder of my dialogs is messed up. Using Application, all worked...
    Posted to How do I....? (Forum) by Lori04102007 on 07-09-2009
  • WaveAudio.Player plays wave file out of order

    Hi, I am having some weird problems with WaveAudio.Player, at first I thought it was skipping the audio, but after listening closely, it looks like it is playing chunks out of order, I don't understand why is that happening. If I use the PInvoke WaveOut library in MSDN it works perfectly,as well...
    Posted to Smart Device Framework (Forum) by cloudraven on 05-04-2009
  • Duplex Audio

    Hi All, I have a quick question regarding the OpenNetCF.Media class on Windows Mobile 6, but it's not urgent as I have a workaround. If I run an instance of the SoundPlayer and the Recorder simultaneously, the recorder kills the SoundPlayer audio (I can't hear anything), but if I use the Recorder...
    Posted to Smart Device Framework (Forum) by coulls on 02-25-2009
  • why can't see the correct control's appearance in designer vs2005?

    I have success to install sdf 2.3 and add controls to a newer tab within vs2005 importing the dll named OpenNETCF.Windows.Forms.dll But once I have dragged the control (for example a Button2) to the form it is shown at form as a square containing the name of the class I dragged: "OpenNETCF.Windows...
    Posted to How do I....? (Forum) by jsegu on 02-03-2009
  • Monitor2 in SDF 2.3

    Hello, I've used Monitor2 of SDF version 2.3 comm. editiion. Maybe I did something wrong but the lockCout attribute of Monitor2 is 3 and isLocked is true, (but I think it'd be false) after the following code: if (!monMain.TryEnter()) { tb.Text = "Monitor is locked"; } else { monMain...
    Posted to Class Libraries (Forum) by gandalf69 on 01-22-2009
Page 1 of 5 (46 items) 1 2 3 4 5 Next >