Sign in
mikezh
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Accessibility
Audio
Data Grid
DataGrid
IIS AppCmd Web Application Deployment Automation
Metro App
Metro Application
Silverlight
Sound
TreeView
windows 8
Windows Phone Application
WP7
Archive
Archives
July 2012
(1)
May 2012
(1)
April 2012
(3)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
mikezh
Windows 8 Metro App – How to get a data grid like UI for a collection of Items?
Posted
10 months ago
by
Zongmao Zhang
1
Comments
In developing windows 8 metro app, I didn’t find a data grid control that can be used to present a collection of items (e.g. Orders). With the sample code here, I am able to realize the following data grid like UI: Sampel XAML code <Page...
mikezh
Play Audio in Windows Phone Application
Posted
over 1 year ago
by
Zongmao Zhang
1
Comments
There are a few options to play audio in windows phone application which I tried and worked: 1. Use XNA Library to Play a Wave Sound Add Microsoft.Xna.Framework.dll to yourphone application project, and using Microsoft.Xna.Framework; using Microsoft.Xna...
mikezh
IIS AppCmd Quick Reference
Posted
over 1 year ago
by
Zongmao Zhang
0
Comments
IIS appcmd is very handy for deployment automation of .NET web applications. The appcmd can be found at %systemroot%\system32\inetsrv or %systemroot%\\SysWOW64\inetsrv on web server. Please refer to IIS Administration Tools for details. The following...
mikezh
Silverlight Accessibility Coding Practice
Posted
over 1 year ago
by
Zongmao Zhang
0
Comments
Accessibility is about making your applications usable by people with limitations that prevent or impede the use of conventional user interfaces. Microsoft Silverlight provides built-in keyboard support and support for screen readers, which leverages...
mikezh
Silverlight Tree View Accessibility
Posted
over 1 year ago
by
Zongmao Zhang
0
Comments
Silverlight TreeView is a very common user control for hierarchical data display. For example, it can be used to display organization hierarchy or any other entity hierarchy data. Within each treeview node, you may have more than one user controls, like...
Page 1 of 1 (5 items)