I have a CF application. In some view i have a ContextMenu that shows OK. Is there a way to catch an event as the menu is drawn/opened?
). For some reason, my .Net application crashes when from the total of 62 MB free RAM memory on my device, only 40 MB remain. My application has some huge dictionaries in memory and I need about 30 MB
I have been developing in .NET for quite some time now, but now I have customer who wants me to develop an applic开发者_运维知识库ation for them in .NET for Windows CE.
I really want to upgrade to Visual St开发者_运维问答udio 2010.But since I do a lot of development for the Pocket PC version of Windows Mobile I cannot.(I develop for a Symbol device that does not supp
Anyone know how to access HTTP POST data in the Padarn web server? They wrote the POST data will be in Requ开发者_如何学JAVAest.Form, but there is always nothing.We\'d need to see more of your code.Is
I\'m getting close to desperate.. I am developing a field service application for Windows Mobile 6.1 using C# and quite some p/Invoking. (I think I\'m referencing about 50 native functions)
I need to generate large images (A4 image at 200 DPI, PNG format would be fine) in my compact framework application. This is impossible to do in standard way due to memory limitat开发者_如何学JAVAions
Is there any performance overhead in using RaiseEvent in .NET? I have a code which is similar to following.
I\'m maintaining a Windows CE app 开发者_开发技巧built with the .NET Framework that has about 45 forms. There are 5 \'sections\' which lead to the function you want. The application is 100% full scree
I\'m working on a .NET Compact Framework 3.5 app.I have an automated build machine that does not have Visual Studio installed, and all has been fine.