发表评论取消回复
相关阅读
相关 c# 托盘程序
using System; using System.Collections.Generic; using System.ComponentModel; using
相关 C# mschart 控件的基本使用和图表控件Series的概念
使用sharpdevelop; 此工具默认没有mschart控件;把如下dll添加到引用; ![watermark_type_ZmFuZ3poZW5naGVpdGk_sha
相关 C# MSChart图表控件使用介绍
1、安装MSChart控件 VS2008在默认下是没有MSChart控件,所以我们需要下载安装。 Chart For vs2008安装需要下载4个文件: (1)dotne
相关 chart控件基本使用——C#
DataTable dt1 = new System.Data.DataTable(); //定义XY轴 x轴的内容和Y轴 dt1.Columns.Add(
相关 使用C#开发ActiveX控件
[使用C\开发ActiveX控件(新) 转 http://www.cnblogs.com/yilin/p/csharp-activex.html][C_ActiveX_ _ h
相关 使用C#开发ActiveX控件
[使用C\开发ActiveX控件(新) 转 http://www.cnblogs.com/yilin/p/csharp-activex.html][C_ActiveX_ _ h
相关 C# notifyIcon托盘控件的使用
添加notifyIcon控件,选择控件属性页。Icon选择ico格式图标文件,作为托盘化后托盘栏图标;Ballon系列属性与气球状有关;ContextMenuStrip属性设置
相关 控件-2(C#)
生日选择器 ![这里写图片描述][SouthEast] private void Form1_Load(object sender, EventArgs
相关 notifyIcon 用法
BalloonTipIcon —— 气泡提示的类型,有None(无)、Info(蓝色感叹号)、Warnning(黄色感叹号)、Error(小红叉) ![在这里插入图片描述]
相关 C#——树视图TreeView控件使用
C\——TreeView控件使用 说明 TreeView Nodes属性 ImageList属性 Scrollable
还没有评论,来说两句吧...