C#_会员管理系统
    
                
摘要:https://www.cnblogs.com/start-from-scratch/p/5420588.html
        
阅读全文
                    posted @ 
2018-06-29 21:46 
181976640
    
                
 
                
                
    C# 实现预览dwg文件完整源代码(无需autocad环境)
    
                
摘要:using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; using System.IO; namespace WindowsApplication3 { /// /// F...
        
阅读全文
                    posted @ 
2018-06-22 23:46 
181976640
    
                
 
                
                
    基于Visual C#的AutoCAD开发——一些网址
    
                
摘要:https://blog.csdn.net/xwebsite/article/details/5578446 http://www.cadgj.com/?p=1504
        
阅读全文
                    posted @ 
2018-06-22 22:06 
181976640
    
                
 
                
                
    CheckListBox怎样得到多选值?
    
                
摘要:一般认为:foreach (object obj in checkedListBox1.SelectedItems)即可遍历选中的值。其实这里遍历的只是高亮的值并不是打勾的值。遍历打勾的值要用下面的代码: http://www.cnblogs.com/hongfei/archive/2012/12/
        
阅读全文
                    posted @ 
2018-06-22 02:14 
181976640
    
                
 
                
                
    Visual Studio 中两个窗体(WinForm)之间相互传值的方法
    
                
摘要:编写WinowsForm应用程序时,实现两个窗体之间相互传递值的方法其实很简单。以下用一个例子说明:在名为FormMain主窗体运行过程中利用名为FormInfo窗体,获取用户输入信息,并将这些信息返回给FormMain 1. FormMain和FormInfo 点击“修改...”按钮,显示Form
        
阅读全文
                    posted @ 
2018-06-21 22:13 
181976640
    
                
 
                
                
    垂直渐变的Button
    
                
摘要:public partial class RoundButton : Button { Rectangle r; private Brush _myBrush = null; private Color _color1 = System.Drawing.Color.FromArgb(255, 255, 192); priva...
        
阅读全文
                    posted @ 
2018-06-20 09:25 
181976640
    
                
 
                
                
    winform下重画ListBox
    
                
摘要:原文https://www.cnblogs.com/yuefei/p/4062998.html 修改 自定义控件 测试
        
阅读全文
                    posted @ 
2018-06-18 13:16 
181976640
    
                
 
                
                
    分享一个 C# Winfrom 下的 OutlookBar 控件的使用
    
                
摘要:最近在上网的时候,发现了这个C# 下的 OutlookBar 控件,看了一下感觉还真不错,特此记录一下。 虽然 调用和获取 这块有点费劲,但是还是不错的一款组件。 源码下载
        
阅读全文
                    posted @ 
2018-06-18 11:44 
181976640
    
                
 
                
                
    颜色下拉菜单(combox)
    
                
摘要:using System; using System.Drawing; using System.Collections; using System.ComponentModel; using System.Windows.Forms; using System.Data; namespace Co
        
阅读全文
                    posted @ 
2018-06-18 11:38 
181976640
    
                
 
                
                
    读取某个目录下的所有图片并显示到pictureBox
    
                
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.
        
阅读全文
                    posted @ 
2018-06-18 11:31 
181976640
    
                
 
                
                
    一些植物查询的网站链接
    
                
摘要:中国自然标本馆CFH:http://www.cfh.ac.cn/ 中国植物图像库:http://www.plantphoto.cn/ 中国数字植物标本馆:http://www.cvh.org.cn/ 中国在线植物志:http://www.eflora.cn/ ARKive:http://www.ar
        
阅读全文
                    posted @ 
2018-06-18 11:20 
181976640
    
                
 
                
                
    植物野外识别速查图鉴
    
                
摘要:一、 植物分类术语图解及本书分类方法 / 1二、 如何通过本书快速识别植物 / 14第一部分 直立草本植物一、陆地生植物 / 18(一)茎生叶明显 / 181. 单叶、叶卵圆形 / 18(1)叶缘整齐、叶互生 / 18(2)叶缘整齐、叶对生或轮生 / 47(3)叶缘有齿、叶互生 / 59(4)叶缘有
        
阅读全文
                    posted @ 
2018-06-18 11:13 
181976640
    
                
 
                
                
    Winform改变Textbox边框颜色
    
                
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.R...
        
阅读全文
                    posted @ 
2018-06-17 15:59 
181976640
    
                
 
                
                
    Microsoft Access数据库操作类(C#)
    
                
摘要:博文介绍的Microsoft Access数据库操作类是C#语言的,可实现对Microsoft Access数据库的增删改查询等操作。并且该操作类可实现对图片的存储,博文的最后附上如何将Image图片转换为byte[]数组类型,以及如何将byte[]数组类型转换为Image图片。 博文中会贴出该类的
        
阅读全文
                    posted @ 
2018-06-17 15:54 
181976640
    
                
 
                
                
    自定义GroupBox
    
                
摘要:public partial class mGroupBox : GroupBox { private Color _TitleBackColor = Color.Black; private Font _TitleFont = new Font("微软雅黑", 9F, FontStyle.Bold); private Color _Tit...
        
阅读全文
                    posted @ 
2018-06-16 15:04 
181976640
    
                
 
                
                
    ArrayList用法整理
    
                
摘要:System.Collections.ArrayList类是一个特殊的数组。通过添加和删除元素,就可以动态改变数组的长度。 一.优点 1、支持自动改变大小的功能 2、可以灵活的插入元素 3、可以灵活的删除元素 二.局限性 跟一般的数组比起来,速度上差些 三.添加元素 1.public virtual
        
阅读全文
                    posted @ 
2018-06-16 13:26 
181976640
    
                
 
                
                
    C#控件及常用设计整理
    
                
摘要:1、窗体 1、常用属性 (1)Name属性:用来获取或设置窗体的名称,在应用程序中可通过Name属性来引用窗体。 (2)WindowState属性:用来获取或设置窗体的窗口状态。 取值有三种: Normal (窗体正常显示)、 Minimized(窗体以最小化形式显示)和 Maximized(窗体以
        
阅读全文
                    posted @ 
2018-06-16 13:25 
181976640
    
                
 
                
                
    扩展GroupBox控件
    
                
摘要:1、GroupBox的边框颜色可以自行设置; 2、GroupBox可以设置边框的为圆角; 3、设置GroupBox标题在控件中的位置。 4、设置GroupBox标题的字体和颜色。 具体实现步骤Panel扩展一样,直接看具体的代码,代码如下: 1、在扩展GroupBox控件中,为了实现上述需求,扩展了
        
阅读全文
                    posted @ 
2018-06-16 13:18 
181976640
    
                
 
                
                
    Winform 自定义文本框
    
                
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System....
        
阅读全文
                    posted @ 
2018-06-16 13:00 
181976640
    
                
 
                
                
    c#自定义控件中的事件处理
    
                
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Drawing; using System.Data; using System.Linq; using System.Text; using System.Windows.Forms; namespace User...
        
阅读全文
                    posted @ 
2018-06-01 17:57 
181976640