首页
学习
活动
专区
工具
TVP
发布

c#Winform自定义控件系列

专栏作者
186
文章
242534
阅读量
37
订阅数
(八十六)c#Winform自定义控件-表格优化
出处:http://www.hzhcontrols.com/ 原文:http://www.hzhcontrols.com/blog-149.html 本文版权归www.hzhcontrols.com所有 欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利
冰封一夏
2019-11-10
1.5K0
(八十二)c#Winform自定义控件-穿梭框
https://www.cnblogs.com/bfyx/p/11364884.html
冰封一夏
2019-10-10
1.5K0
(三十五)c#Winform自定义控件-下拉框
GitHub:https://github.com/kwwwvagaa/NetWinformControl
冰封一夏
2019-09-11
1.4K0
(四十六)c#Winform自定义控件-水波进度条
GitHub:https://github.com/kwwwvagaa/NetWinformControl
冰封一夏
2019-09-11
8190
(三十三)c#Winform自定义控件-日期控件
GitHub:https://github.com/kwwwvagaa/NetWinformControl
冰封一夏
2019-09-11
4.7K0
(三十二)c#Winform自定义控件-表格
GitHub:https://github.com/kwwwvagaa/NetWinformControl
冰封一夏
2019-09-11
1.8K0
(三十)c#Winform自定义控件-文本框(三)
GitHub:https://github.com/kwwwvagaa/NetWinformControl
冰封一夏
2019-09-11
8330
(十六)c#Winform自定义控件-文本框哪里去了?
GitHub:https://github.com/kwwwvagaa/NetWinformControl
冰封一夏
2019-09-11
4910
(三十一)c#Winform自定义控件-文本框(四)
GitHub:https://github.com/kwwwvagaa/NetWinformControl
冰封一夏
2019-09-11
1.3K0
c# 即使服务又是可执行程序的代码实现
先看下代码 1 namespace UpdaterServer 2 { 3 class Program 4 { 5 static void Main(string[] args) 6 { 7 if (args == null || args.Length == 0) 8 { 9 ServiceBase[] servicesToRun; 10
冰封一夏
2019-09-11
3900
c#多选下拉框(ComboBox)
代码如下 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Drawing; 5 using System.Data; 6 using System.Linq; 7 using System.Text; 8 using System.Windows.Forms; 9 using System.Collections; 10 u
冰封一夏
2019-09-11
8.4K1
c# HTTPHelper
c# 爬虫常用的3个方法,备份一下 1 using System; 2 using System.Collections.Generic; 3 using System.IO; 4 using System.Linq; 5 using System.Net; 6 using System.Text; 7 8 namespace MiSuMi 9 { 10 public class HttpHelper 11 { 12 public
冰封一夏
2019-09-11
1.5K0
c# 叫号小程序
写个叫号的小demo 长相如下 代码如下 1 using System; 2 using System.Collections.Generic; 3 using System.Component
冰封一夏
2019-09-11
6420
c# 获取cook
using System; using System.Collections.Generic; using System.Linq; using System.Runtime.InteropServices; using System.Text; namespace HQTX_BatchAddData { /// <summary> /// WinInet.dll wrapper /// </summary> internal static class CookieRea
冰封一夏
2019-09-11
7160
WebAPI服务端内嵌在CS程序里面
有时候我们不需要将WebAPI发布到iis上运行,需要将webapi内嵌到cs程序内部,随程序一起启动,其实比较简单,需要一个类,如下
冰封一夏
2019-09-11
7910
c# 停靠窗体
public partial class FrmAnchor : Form, IMessageFilter { public FrmAnchor(Control parentControlc, Control keyControl) { InitializeComponent(); this.Size = keyControl.Size; this.HandleCreated += FrmDow
冰封一夏
2019-09-11
9920
c# 文本超长截断
根据控件大小进行截断 private void SetStringTruncat(Static.LabelEx lbl) { string oldStr = lbl.Text; if (string.IsNullOrEmpty(oldStr)) return; Graphics g = lbl.CreateGraphics(); string strNewSt
冰封一夏
2019-09-11
7150
c# Lambda扩展
扩展类 1 public static class LinqExtensions 2 { 3 /// <summary> 4 /// 创建lambda表达式:p=>true 5 /// </summary> 6 /// <typeparam name="T">对象名称(类名)</typeparam> 7 /// <returns></returns> 8 public s
冰封一夏
2019-09-11
5940
c#贪吃蛇
4、方向键控制蛇的移动方向,蛇不可反方向移动,如正在向上移动,不能马上向下,只能向左、右、上运动
冰封一夏
2019-09-10
6650
c#发送邮件含附件
在网上巴拉巴拉找个的,然后修改了下,测试可用 using System; using System.Collections.Generic; using System.Text; using System.Net.Mail; using System.Net.Mime; using System.Net; namespace CustomerDetails { public class SendEmail { private MailMessage mailMessage;
冰封一夏
2019-09-10
1.1K0
点击加载更多
社区活动
RAG七天入门训练营
鹅厂大牛手把手带你上手实战
Python精品学习库
代码在线跑,知识轻松学
博客搬家 | 分享价值百万资源包
自行/邀约他人一键搬运博客,速成社区影响力并领取好礼
技术创作特训营·精选知识专栏
往期视频·千货材料·成员作品 最新动态
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档