码迷,mamicode.com
首页 >  
搜索关键字:Forms    ( 2772个结果
简单label控件 自制
using System;using System.Collections.Generic;using System.Text;using System.Windows.Forms;using System.Drawing;public class MyLabel : Control{ pr...
分类:其他好文   时间:2014-12-04 11:32:19    阅读次数:143
delphi json uLkJSON
delphi 7 json 做个笔记,留着以后用--源码unit Umain;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;ty.....
分类:Windows程序   时间:2014-12-03 17:09:30    阅读次数:920
System.Windows.Forms.Timer反编译学习
1 using System; 2 using System.ComponentModel; 3 using System.Globalization; 4 using System.Runtime; 5 using System.Runtime.InteropServices; 6 ...
分类:Windows程序   时间:2014-12-03 10:27:14    阅读次数:392
用Advanced Installer制作DotNetBar for Windows Forms 12.0.0.1_冰河之刃重打包版详解
用Advanced Installer制作DotNetBar for Windows Forms 12.0.0.1_冰河之刃重打包版详解
分类:Windows程序   时间:2014-11-29 20:09:57    阅读次数:308
线程暂停。
using System; using System.Text;using System.Windows.Forms;using System.Threading;namespace WindowsApplication1{ public partial class Form1 : Form { ....
分类:编程语言   时间:2014-11-29 10:21:01    阅读次数:146
WinForm窗体屏幕边缘停靠
usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Text;usingSystem.Windows.Forms...
分类:Windows程序   时间:2014-11-29 00:06:58    阅读次数:300
C#以管理员身份运行程序
using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; namespace MyWebBrowser { static class Program { /// ///...
分类:Windows程序   时间:2014-11-28 17:55:07    阅读次数:198
C#以管理员身份运行程序
代码:using System;using System.Collections.Generic;using System.Linq;using System.Windows.Forms;namespace MyWebBrowser{ static class Program { ...
分类:Windows程序   时间:2014-11-28 15:59:16    阅读次数:194
Circuit forms adjustable bipolar clamp
The easy way to clamp a signal to a given value is to use two zener diodes, connected back-to-back. This method has several disadvantages. The accurac...
分类:其他好文   时间:2014-11-28 15:45:51    阅读次数:158
Switching regulator forms constant-current source
Many applications require current sources rather than voltage sources. When you need a high-current source, using a linear regulator is inadvisable, b...
分类:其他好文   时间:2014-11-28 15:42:19    阅读次数:142
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!