弹来弹去跑马灯!

上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 39 下一页
摘要: 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 阅读(1049) 评论(0) 推荐(0)
摘要: Account window: ui: code: then main window 阅读全文
posted @ 2018-06-11 14:15 wgscd 阅读(1247) 评论(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 阅读(578) 评论(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 阅读(534) 评论(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 阅读(8104) 评论(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 阅读(1568) 评论(4) 推荐(0)
摘要: public void speak(string speechSounds) { SpeechVoiceSpeakFlags SpFlags = SpeechVoiceSpeakFlags.SVSFlagsAsync; SpVoice spVoice = new SpVoice(); spVoice 阅读全文
posted @ 2018-05-24 10:58 wgscd 阅读(1517) 评论(2) 推荐(0)
摘要: VB6或者ASP 格式化时间为 MM/dd/yyyy 格式,竟然没有好的办法, Format 或者FormatDateTime 竟然结果和系统设置的区域语言的日期和时间格式相关。意思是尽管你用诸如 Format(Now, "MM/dd/yyyy"),如果系统的设置格式区域语言的日期和时间格式分隔符是 阅读全文
posted @ 2018-05-23 13:48 wgscd 阅读(596) 评论(3) 推荐(0)
摘要: ListVIew 为ItemsControl,任何属于ItemsControl的控件,DataGrid,ListBox等 ,都默认支持ScrollViewer的,不需要特定去修改它。 阅读全文
posted @ 2018-05-18 15:33 wgscd 阅读(2043) 评论(0) 推荐(0)
摘要: 网上找了下全是PHP或者JS 的,自己写了个C#的: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Security.Cryptography; names 阅读全文
posted @ 2018-04-28 16:05 wgscd 阅读(2744) 评论(5) 推荐(0)
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 39 下一页