摘要: 以下这段代码可以显示 Multiple window support { Window wnd = new Window(); wnd.Width = 500; wnd.Height = 350; wnd.Title = "This is a test window"; wnd.Content = new PopupWindowContents(); wnd.Visibility = Visibility.Visible;} 阅读全文
posted @ 2012-08-15 10:37 Ken-Cai 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 原文下载地址Improved media support · Low Latency Audio Playback: Use the SoundEffect API to trigger low-latencysound · Variable Speed Playback: allows video to be played at different speedsand supports fast-forward and rewind. At up to twice the speed, audio pitchcorrection allows users to watch 阅读全文
posted @ 2012-08-15 07:52 Ken-Cai 阅读(182) 评论(0) 推荐(0) 编辑
摘要: if (App.Current.InstallState == InstallState.Installed){ if (App.Current.IsRunningOutOfBrowser) { // write the code for out-of-browser window to make the // export to excel button visible } else { // write the code for the browser window to disable the install button // when the application is alre. 阅读全文
posted @ 2012-08-15 07:42 Ken-Cai 阅读(269) 评论(0) 推荐(0) 编辑
摘要: 聪明者在于能够去得到东西, 但得不到或者失去, 或者担心失去时会很痛苦.智慧并不是不在乎这些东西, 他们也会有执着, 这种执着的过程是快乐的, 充满希望的. 如果成功了, 当然好; 不成功只是还处于过程中, 但别忘记学习与团队. 阅读全文
posted @ 2012-08-15 01:57 Ken-Cai 阅读(146) 评论(0) 推荐(0) 编辑