弹来弹去跑马灯!

上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 38 下一页
摘要: 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 阅读(545) 评论(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 阅读(453) 评论(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 阅读(1007) 评论(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 阅读(571) 评论(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)
摘要: 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 阅读(1537) 评论(4) 推荐(0)
摘要: public void speak(string speechSounds) { SpeechVoiceSpeakFlags SpFlags = SpeechVoiceSpeakFlags.SVSFlagsAsync; SpVoice spVoice = new SpVoice(); spVoice 阅读全文
posted @ 2018-05-24 10:58 wgscd 阅读(1496) 评论(2) 推荐(0)
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 38 下一页