I am writing an application that allows a user to enter a boolean expression.I need the ability to evaluate the entered boolean expression at runtime and am looking for both a parser and a expressoin
Update 2: Seems that this library is not Compact-Framework aware at all and I keep getting other exceptions - I am leaving this question as is, but I think you should not waste time on answering it.
Does 开发者_如何学Goanyone know any templating engine that works under .NET Compact Framework 3.5?
I\'m using .NET Compact Framework 3.5 and I\'m wanting to crossfade two tracks of music. The time at which they would crossfade isn\'t known, the idea is one would loop and something would trigger a
These notification popups have a title, a description, and a custom menubar. They open up front-most touched to the menubar. I want all this stuff created for my app.
I want to put some data in the clipboard using c# and the Compact Framew开发者_StackOverflowork. I am using a Windows Mobile device.
How to get regional timezone on Compact Framework and then co开发者_JAVA百科nvert UTC date to local date?The DateTime.ToLocalTime() method is available on CF, no need to jump through hoops.Do make sur
I have two ListViews in Compact Framework 2.0 positioned vertically next to each other. Each of the ListViews occupies half of the screen. How can I dock/anchor them so when the orientation changes fo
I have a Windows Mobile application in C#. I have a couple of fields on the form, and when I hit enter I want the form submitted.
Is .NET Compact a perfect subset of .NET? Can I write a Windows Forms application and run it on .NET Compact, assuming that I took into account 开发者_StackOverflow中文版screen size and other limitat