Recently i downloaded SQLServer Compact 3.5 from Microsoft web site, and i have already ins开发者_运维问答talled Visual Studio 2008.
I would like to install a specific font on my program load and use that font in rendering text of the program. How c开发者_如何学JAVAan I programmatically install a font from .NET CF on WinCE 6.This b
Welcome to unsafe land. I\'m doing P/Invoke to a legacy lib that gives me a 0-terminated C-style string in the form of an unknown-length unmanaged byte buffer that can be either ASCII or UTF-16, but
I have been surfing for this anwser, but seems like its not supportef in CF. I have come acros开发者_运维技巧s a solution with SDF InkX control, that can display RTF file.
I am making a program for handheld PDAs using .net 2.0 compact framework and I have this one part which I\'m not proud of and I was hoping for a more elegant solution.
I am trying to use the code in this article that lets you know when your app is idle.. This code works great if your application has only one form.You call Application2.Run(myOnlyForm) on it and all
I am trying to launch explorer programmatically from my .Net CF Window application. But its throwing win32 exception. I have used same kind of code in desktop .Net version, and it alway开发者_Python百
I am developing some small little application that sits on the screen and on top of all window and flies around the screen, could be a bird or a butterfly or a fish.
I have to send custom Font Files to a Zebra MZ 220 Printer via C# and the Zebra .Net SDK. That SDK provides a SendFile() Method and it works with template Files percectly but whenever I send a Font Fi
I have two png\'s and I\'d like to draw one on top of the other. Is there a good way of doing this in .NET Compact Framework 3.5?