24
votes
10answers
3k views
.Net Compact Framework Tips, Tricks, and Gotchas
Hey everyone,
We work extensively in the .Net Compact Framework and Windows Mobile. I've seen plenty of questions come up regarding specifics to development of ASP.Net apps or other .Net based …
14
votes
10answers
1k views
What’s the best way for a .NET winforms application to update itself without using ClickOnce?
For technical reasons, I can't use ClickOnce to auto-update my .NET application and its assemblies. What is the best way to handle auto-updating in .NET?
12
votes
5answers
429 views
Do you know any run-time differences between Compact and Full Framework code?
There are a number of run-time differences in compatible code between these two versions of .NET.
Here is a list of differences so far:
Graphics.DrawRectangle - differs by 1 pixel
…
10
votes
7answers
461 views
For a .net developer, what’s the learning curve to get into mobile development?
For a .net developer, what's the learning curve to get into mobile development?
How many different operating systems are there that run .net?
Is windows mobile that same as windows ce?
8
votes
6answers
782 views
How to improve garbage collection performance?
What kind of optimization patterns can be used to improve the performance of the garbage collector?
My reason for asking is that I do a lot of embedded software using the Compact Framework. On slow …
7
votes
9answers
4k views
UI Components for Windows Mobile Applications (.NET Compact Framework)
Applications which run on mobile devices have special user interface requirements. I think Apple did a great job introducing innovative controls on the iPhone/iPod touch platform.
Now, I have to …
6
votes
2answers
50 views
Is there a good list of things left out of the Compact Framework?
I'm looking for a list of things left out of the Compact Framework, so I don't have to stumble over each one. For instance, I've just discovered the Message struct is not directly available. No big …
6
votes
3answers
2k views
How do I force a serial port write method to wait for the line to clear before sending its data?
Here's some background on what I'm trying to do:
Open a serial port from a mobile device to a Bluetooth printer.
Send an EPL/2 form to the Bluetooth printer, so that it understands how to treat the …
6
votes
2answers
475 views
How to open a new email, and assign subject, using .NET Compact Framework
Basically I'm trying to accomplish the same thing that "mailto:bgates@microsoft.com" does in Internet Explorer Mobile.
But I want to be able to do it from a managed Windows Mobile application. I …
6
votes
10answers
1k views
Compact Framework : any Finger Friendly GUI ?
i m developing a little tool on my Pocket PC using WM6 SDK but i would like to implement a finger friendly user interface (iphone-like).
So i m looking for a free .NET framework that offers the …
5
votes
2answers
199 views
Alternatives to Reflection.Emit for the Compact Framework
It seems that .NET CF is missing the very useful Reflection.Emit.
So far, I found this library as an alternative: http://www.codeplex.com/EmitCF.
However it seems to be an abandoned early version, …
5
votes
4answers
241 views
IoC/DI Container that supports Compact Framework
Hi,
Is their any IoC controllers available that will work on .NET Compact Framework?
5
votes
3answers
631 views
How do you display the “cannot connect” dialog in windows mobile when a webservice URL is unreachable?
Hi.
On windows mobile when there is no internet connection and I try to
browse the web using internet explorer i get cannot connect
information at the top of the screen. It says cannot connect with
…
4
votes
11answers
202 views
testing if a string can be cast as a integer in VB.NET
Is there a better way of testing if a string can be converted to an integer other than something like the following?
Public Function IsInt(ByVal value As Object) As Boolean
Try
Dim temp …
4
votes
3answers
124 views
Windows Mobile: Is there any library to build attractive interfaces?
Hello!
I'm looking for libraries to build attractive interfaces. Someone told me about Fluid (http://fluid.codeplex.com/) but it's very difficult to use.
Anyone knows others?
My project is for …
