Edward_jie

for you, my Hall of Frame

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2012年1月6日

摘要: public static void SearchVisualTree(DependencyObject targetElement, int width,string Node) { var count = VisualTreeHelper.GetChildrenCount(targetElement); if (count == 0) { return; } for (int i = 0; i < count; i++) ... 阅读全文
posted @ 2012-01-06 17:16 Edward_诺 阅读(1137) 评论(0) 推荐(0)

摘要: windows phone 7使用System.Threading.Thread函数中需要修改UI元素的时候: this.OrientationChanged += new EventHandler<OrientationChangedEventArgs>(MainPage_OrientationChanged); System.Threading.Thread a = new System.Threading.Thread(new ThreadStart(InitCityAndPhrase)); a.Name = "线程1"; ... 阅读全文
posted @ 2012-01-06 14:12 Edward_诺 阅读(662) 评论(0) 推荐(0)