I have a application in which i am sending a SMS to the Server which will return the result as an SMS. So i have put a Mes开发者_如何学JAVAsage Intercepter with the Event Handler. The Problem is that
I need to serialize/deserialize obj in/from byte[] on compact framework but there is no BinaryFormatter, what should i do?
I\'m developing a Windows Mobile 6.5 application in .NET CF 3.5 f开发者_Go百科or a dedicated customer. The app has implemented functionality of autoupdate. The application asks WebService at startup f
On the Compact Framework, the System.Windows.Forms.Timer class doesn\'t support the system.componentmodel constructor:
I\'m using as Ninject IoC. My question is how to retrieve an object that requires a parameter in the constructor.
In a multi form .NetCF 3.5 application I\'m trying create the forms in the background while the user is occupied with the previous form.
I have a strange situation in my .NET CF 3.5 Windows Mobile 6.5 application. I have 2 threads. In 1st thread I do following:
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have a custom control that inherits from Panel.I end up putting several DataGrids and Labels on this panel.When it gets too long it auto scrolls for me.
I\'m trying to get the line number and file name of an exception when it is thrown for my app built on the .net Compact Framework.I know that StackTrace objects were left out of .netCF, but I wonder i