弹来弹去跑马灯!

06 2018 档案

摘要:UI the ui class behinde code : another article:WPF C# 序列化保存设置 https://www.cnblogs.com/wgscd/articles/8630128.html 阅读全文
posted @ 2018-06-27 16:34 wgscd 阅读(330) 评论(1) 推荐(0)
摘要:vb6 code: get windows OS version information: check OS byte 32 or 64: shellexcute, application is run as admin 阅读全文
posted @ 2018-06-26 15:05 wgscd 阅读(443) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-06-21 16:46 wgscd 阅读(544) 评论(0) 推荐(0)
摘要:准备4张图片 UI control: code: 调用: void MainWindow_Loaded(object sender, RoutedEventArgs e) { gridMain.Children.Insert(0, new MainBgAd()); } 阅读全文
posted @ 2018-06-15 16:42 wgscd 阅读(452) 评论(1) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; u... 阅读全文
posted @ 2018-06-15 15:19 wgscd 阅读(1006) 评论(0) 推荐(0)
摘要:Account window: ui: code: then main window 阅读全文
posted @ 2018-06-11 14:15 wgscd 阅读(1236) 评论(2) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; u... 阅读全文
posted @ 2018-06-08 17:21 wgscd 阅读(570) 评论(1) 推荐(0)
摘要:some times we need pause thread to do some additional job: c# thread pause example as below: 1. create a threadLoader usercontrol the data class: publ 阅读全文
posted @ 2018-06-06 15:51 wgscd 阅读(521) 评论(1) 推荐(0)
摘要:@echo offset pa=%cd%taskkill /F /IM wgscdTool.exeecho %pa%\wgscdTool.exeping /n 2 127.1>nulstart %pa%\wgscdTool.exe 阅读全文
posted @ 2018-06-05 16:32 wgscd 阅读(8075) 评论(1) 推荐(0)