上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 37 下一页
摘要: http://www.codeproject.com/Articles/253391/How-to-use-PInvoke-in-Silverlight-5 阅读全文
posted @ 2012-08-16 17:34 Ken-Cai 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 以下这段代码可以显示 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) 编辑
摘要: 详解Silverlight 2中的独立存储(Isolated Storage) 阅读全文
posted @ 2012-08-14 21:00 Ken-Cai 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 好看! 阅读全文
posted @ 2012-08-14 20:55 Ken-Cai 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 如下面的代码所示:<toolkit:DataForm Name="dataForm部门" CurrentItem="{Binding 部门Obj}" CommandButtonsVisibility="Commit" AutoCommit="False" KeyDown="dataForm部门_KeyDown" CommitButtonContent="保存" CancelButtonContent="取消" HorizontalAlignment= 阅读全文
posted @ 2012-08-13 20:44 Ken-Cai 阅读(378) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/6666/archive/2009/09/25/1574142.html#2434448 阅读全文
posted @ 2012-08-13 17:41 Ken-Cai 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 字段要用 nvarchar.字符可以在附件的符号映射表中复制. 阅读全文
posted @ 2012-08-13 17:37 Ken-Cai 阅读(828) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 37 下一页