In Visual Studio 2008 when working with a Smart Device project, if I use the Window Forms Designer to add controls to a form, then the controls will be displayed in the correct place when the program
When trying to call a web method from the .net compact framework I get the following (useless) exception in the debugger:
I need to synchronize application state between compact framework devices. (And eventually windows phone 7 devices). Since this information doesn\'t always change that much, and it can be relatively l
I\'ve got a .NET Compact Framework application, which targets a number of different handheld devices, with varying resolutions. At the moment, I\'ve built it for one resolution, and then have checks o
I have a panel with AutoScroll set to true.In it, I am programmatically adding ComboBox controls.If I add enough controls to exceed the viewable size of the panel a scroll bar appears (so far so good)
UPDATE: The Timer is a System.Threading.Timer. We have a UI control that is updated on Timer Tick. On dispose of our control we call timer.Dispose(). We are running into occasional ObjectDisposedOExc
I was trying to generate a MSI file via a visual studio 2008 project which will install a/multiple cab file(s) to windows mobile via activesync(CeapMgr).
Desktop app C# Compact Framework 2 projects in one solution Main project uses DataAccess project (reference), because everything related to Database is in DataAcess project
I am using the httpwebrequest class in .net cf with crede开发者_如何学JAVAntials for digest authentication. I have set the Preauthenticate property to true. I understand that the first request will no
I am working on a custom control library for WM6 smart devices (.net cf 3.5). I created a custom control named GradientPanel, guess what it does. A class called GradientColor describes how the backgro