In the Compact Framework 3.5, I am attempting to call an ActiveX object that has an IDL function signature:
I have a Data logic Memorwith Windows CE 5.0 on my Applications i used only Message Box and Color Changing Labels for My Validation and Error Handling.
I\'m working with .net Reflector to view some .net Compact Framework .dlls and I\'m getting an \"Object reference not set to an instance of an object\" error for one of them.I downloaded the trial ver
I\'m designing a form in VS2008 and I want to snap controls to the left and right edges of the form but with more space than it gets now.
I have a .NET 3.5 Compact Framework application that uses MSMQ. We are running this application on an Intermec CN3, Windows Mobile 5.0 device.
Compact Framework .net C# Desktop Application for Windows Mobile I got 2 buttons that open 2 different \"modules\" / \"screens\"
I am using the AlphaMobileControls library for the .NET Compact Framework. I am using AlphaImage.CreateFromResource(imageResourceName) to create an AlphaImage object. The problem is that this method i
Is there a tool that allows me to profile the memory usage for my Windows Mobile Application. My app has a section of code that is right up against the limit of the total memory.I have tried to setup
On a WindowsCE platform (custom build) our C# gui uses regular forms to show an \"popup menu\". We set the FormBorderstyle to None as we don\'t want the form controls to be visibl开发者_如何学JAVAe.
Has anyone dealt with converting a BMP to PCX in the .net compact framework. I need to convert a signature from a BM开发者_如何学PythonP to a PCX to be printed on a Zebra RW420 bluetooth printer.Any