Sign In
.NET Compact Framework Team
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Announcements
Application Compatibility
Author: Andrew Arnott
Author: Chris To
Author: Dan Horbatt
Author: David Kline
Author: Ilya Tumanov
Author: Katie Blanch
Author: Mark Prentice
Author: Michael Lipp
Author: Richard Greenberg
Author: Roman Batoukov
Author: Sandeep Prabhakar
Author: Tim Gerken
Events
XNA
Archive
Archives
March 2010
(4)
August 2009
(1)
July 2009
(4)
June 2009
(1)
May 2008
(1)
December 2007
(1)
November 2007
(3)
September 2007
(4)
July 2007
(1)
March 2007
(2)
February 2007
(1)
January 2007
(2)
December 2006
(3)
October 2006
(7)
September 2006
(2)
August 2006
(10)
July 2006
(2)
June 2006
(1)
April 2006
(2)
March 2006
(1)
December 2005
(1)
November 2005
(1)
October 2005
(2)
August 2005
(1)
July 2005
(3)
June 2005
(1)
May 2005
(3)
April 2005
(1)
January 2005
(2)
August 2004
(1)
July 2004
(1)
October, 2006
MSDN Blogs
>
.NET Compact Framework Team
>
October, 2006
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
.NET Compact Framework Team
David talks about serializing fields as XML node attributes
Posted
over 6 years ago
by
MSDNArchive
1
Comments
There are times that you may wish to serialize one or more fields as attributes on the object's node (ex: reduce the size of the XML). By decorating the TestID field with an XmlAttribute attribute, the TestID field [XmlAttribute()] public Int32 TestID;...
.NET Compact Framework Team
David demonstrates IL debugging .NET Compact Framework applications using MDbg
Posted
over 6 years ago
by
MSDNArchive
1
Comments
Dan Elliott recently posted about the IL OpCodes supported by the .NET Compact Framework . This got me inspired to talk about the IL debugging commands in the .NET Compact Framework MDbg extension (mdbgnetcf.dll). Read more here
.NET Compact Framework Team
Dan details .NET Compact Framework CIL OpCode support
Posted
over 6 years ago
by
MSDNArchive
0
Comments
The instruction set for a CLI compliant execution engine is described by ECMA's CLI Partition III (CIL Instruction Set) . The Compact Framework execution engine implementation supports most, but not all, of these instructions. In general, the decision...
.NET Compact Framework Team
David talks about filtering TextBox control input
Posted
over 6 years ago
by
MSDNArchive
0
Comments
I was talking with Mark Prentice today and we were looking at filtering a TextBox control so that it only accepted numeric characters. As it works out, this is a very easy thing to do with the .NET Compact Framework. Read more here
.NET Compact Framework Team
David demonstrates the MDbg X command
Posted
over 6 years ago
by
MSDNArchive
0
Comments
When debugging using command line tools, one of the most challenging tasks is getting the fully qualified names of functions correct when setting breakpoints. Namespaces can get long (as you will see in my examples) and the casing of names must be 100...
.NET Compact Framework Team
Dan discusses extending .NET Compact Framework controls
Posted
over 6 years ago
by
MSDNArchive
0
Comments
One of the comments I've heard frequently since I began working on the CF GUI base class libraries (BCLs) is "The .Net Framework has an X property (or method or event) on control Y. I really need it, but the CF version doesn't have it. Why?" Read more...
.NET Compact Framework Team
Platform detection III: How to detect a touch screen on Windows CE in .NET CF
Posted
over 6 years ago
by
MSDNArchive
6
Comments
Pocket PC's have touch screens. Smartphones don't. While it is straightforward to determine which of these a Windows Mobile device is, there are Windows CE devices that are neither. Some may offer touch screens while others don't. Since a touch screen is really what you may be after (to determine whether you can expect a user to click somewhere on the screen, for example), the better long-term solution would be to check for the touch screen itself. We can't assume that a future version of Windows Mobile won't change the distinctions that currently exist. Here I will discuss ways you can do your own detection....
Page 1 of 1 (7 items)