2013年3月15日

Programming Windows 6th Edition Notes(1)

摘要: 第六版,大师Charles Petzold的Win8作品,主要讲述的是C#+XAML语言设计Windows8Metro应用(当然也可以用其他语言,C++/xaml, vb/xaml, js/html5)。环境:Windows 8 Pro x64Visual Studio 2012 Express with blend 免费的,哈哈哈- -。怕忘。随编随写好了。1. 在xaml里指定source的时候要用“/”,虽然使用“\”时,设计器里会正常显示元素,编译也能通过,但是运行时会弹异常。显然是MS的BUG。。2. 诸如Textblock,可以直接在markup内部写内容,和指定Text属性不完全 阅读全文

posted @ 2013-03-15 11:07 horane.jo 阅读(152) 评论(0) 推荐(0) 编辑

导航