弹来弹去跑马灯!

上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 38 下一页
摘要: VERSION 5.00 Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX" Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX" Begin VB.Form Form1 BackColor = ... 阅读全文
posted @ 2019-05-08 16:47 wgscd 阅读(891) 评论(0) 推荐(0)
摘要: 1. asp asp 上传文件真的蛋疼,很麻烦,有时候就用第三方组件,或者比较复杂的写法来实现无组件上传。 测试OK的一个叫风声无组件上传类 V2.1 [Fonshen UpLoadClass Version 2.1] :风声 ASP 上传组件 用.net程序测试: 2. ASP.NET 服务端: 阅读全文
posted @ 2019-04-30 15:34 wgscd 阅读(554) 评论(2) 推荐(0)
摘要: 这里一个免费上传图片的网站:https://imgbb.com 代码: 例子调用: post1("D:\\1.png"); 阅读全文
posted @ 2019-04-24 17:31 wgscd 阅读(870) 评论(2) 推荐(0)
摘要: //通常情况下,我们直接调用C#的webBrowser控件,默认的浏览器内核是IE7。 那么如何修改控件调用的默认浏览器版本呢?using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Contr... 阅读全文
posted @ 2019-04-11 16:24 wgscd 阅读(1265) 评论(2) 推荐(0)
摘要: code: 阅读全文
posted @ 2019-04-09 10:31 wgscd 阅读(4976) 评论(0) 推荐(0)
摘要: 31 Then Err.Raise 6 End If If (lValue And m_l2Power(31 - iShiftBits)) Then LShift = ((lValue And m_lOnBits(31 - (iShiftBits + 1))) * m_l2Power(iShiftBits)) Or &H80000000 ... 阅读全文
posted @ 2019-04-02 16:28 wgscd 阅读(293) 评论(0) 推荐(0)
摘要: Win32_Processor CPU 参数说明:AddressWidth --在32位操作系统,该值是32,在64位操作系统是64。Architecture --所使用的平台的处理器架构。AssetTag --代表该处理器的资产标签。Availability --设备的状态。Caption --设 阅读全文
posted @ 2019-03-26 15:47 wgscd 阅读(620) 评论(0) 推荐(0)
摘要: public MainWindow() { InitializeComponent(); Run run = new Run("This is my text"); run.Foreground = new SolidColorBrush(Colors.Red); // My Color ... 阅读全文
posted @ 2019-03-25 14:16 wgscd 阅读(1990) 评论(2) 推荐(0)
摘要: 利用第三方组件 ICSharpCode.SharpZipLib download from: https://github.com/icsharpcode/SharpZipLib 阅读全文
posted @ 2019-03-25 10:51 wgscd 阅读(250) 评论(0) 推荐(0)
摘要: 借鉴地址:http://matthamilton.net/touchscrolling-for-scrollviewer 改造后支持上下和左右鼠标拖动滚动: UI: 阅读全文
posted @ 2019-03-19 13:46 wgscd 阅读(1323) 评论(1) 推荐(1)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 38 下一页