弹来弹去跑马灯!

上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 38 下一页
摘要: 阅读全文
posted @ 2018-06-21 16:46 wgscd 阅读(542) 评论(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 阅读(450) 评论(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 阅读(993) 评论(0) 推荐(0)
摘要: Account window: ui: code: then main window 阅读全文
posted @ 2018-06-11 14:15 wgscd 阅读(1231) 评论(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 阅读(569) 评论(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 阅读(519) 评论(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 阅读(8062) 评论(1) 推荐(0)
摘要: c#调用次世代AntiVC.dll 完整实例 复杂验证码识别 有完整的例子 string code; //************* //URL 识别 code = avc.GetVcodeUrl("http://bbs.ent.163.com/bbs/checkcode.jsp?120135968 阅读全文
posted @ 2018-05-31 22:25 wgscd 阅读(1534) 评论(4) 推荐(0)
摘要: public void speak(string speechSounds) { SpeechVoiceSpeakFlags SpFlags = SpeechVoiceSpeakFlags.SVSFlagsAsync; SpVoice spVoice = new SpVoice(); spVoice 阅读全文
posted @ 2018-05-24 10:58 wgscd 阅读(1493) 评论(2) 推荐(0)
摘要: VB6或者ASP 格式化时间为 MM/dd/yyyy 格式,竟然没有好的办法, Format 或者FormatDateTime 竟然结果和系统设置的区域语言的日期和时间格式相关。意思是尽管你用诸如 Format(Now, "MM/dd/yyyy"),如果系统的设置格式区域语言的日期和时间格式分隔符是 阅读全文
posted @ 2018-05-23 13:48 wgscd 阅读(570) 评论(3) 推荐(0)
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 38 下一页