I have a List<myObject> and I want to keep all the list values when the form closed and reload the list when the form is open t开发者_StackOverflowhe next time? Where can I save my List<>?
As the title mentioned, I want to encode a Image Obj into some kind of text data (compact framework not support binaryformatter, correct me if I\'m wrong). So is there any way to encode a Image Obj in
I have couple resource DLLs that I currently load when application starts using following code: Assembly ass = Assembly.LoadFrom(fi.FullName);
I have a C# application and I am trying to prevent a form to show up in the constructor. I launch the form like this:
Here is what i wanted to do in a .NET CF 3.5(C#) application 1) Check if the wireless adapter is working/active
Is there an easy way to get notified when user presse开发者_运维问答s Power Off button on it\'s Windows Mobile device? Using C# of course.
I have : pc with xp pro (sp3) samsung omnia with windows mobile 6.1 wi-fi network in the xp i have shared folder.
I would like to host a service on a WinCE device. The WinCE device is the host which 开发者_运维技巧can be accessed(control and data acquisition) by multiple clients (PC or WinCE) over serial port, TC
I have a text filter where in the TextChanged event I launch a listview populate code this way: ThreadPool.QueueUserWorkItem(new WaitCallback(populate));
We have a Windows Mobile application writt开发者_开发问答en in C# (compact framework). Regional setting is set to (English) New Zealand. Time zone is set to GMT+12 New Zealand.