登录
首页 » 其他 » Visual C# 在窗体的状态栏上添加Checkbox控件

Visual C# 在窗体的状态栏上添加Checkbox控件

于 2023-05-27 发布 文件大小:19.66 kB
0 141
下载积分: 2 下载次数: 1

代码说明:

C# 在窗体的状态栏上添加Checkbox控件,在窗口的状态栏中显示检查框,允许用户了在本窗口中选择某项功能,把复选框选择在状态栏上显示,可节约有用的窗口空间,当然这个要看个人习惯了,本示例除了完成这个功能外,其它的就是菜单 的设计,窗体的设计方面的技巧,C#初学者同样可学习。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • XilinxFPGA器件的底层硬件设计技巧
    XilinxFPGA器件的底层硬件设计技巧-XilinxFPGA the bottom of the device hardware design techniques
    2022-08-04 10:23:51下载
    积分:1
  • 在综合英文版XOOPS 2.09, 2.091, 2.092 的基础上正式发布XOOPS 2.09中文版 XOOPS 2.09x 版主要是PHP5升级、bug修...
    在综合英文版XOOPS 2.09, 2.091, 2.092 的基础上正式发布XOOPS 2.09中文版 XOOPS 2.09x 版主要是PHP5升级、bug修正和安全补正: 1 全面兼容PHP 5.x 版本 2 修正PHP 4.3.10以下版本中可能存在的安全漏洞 3 与XoopsUser::isAdmin() 相关的bug修正 4 升级Smarty至2.6.5版 英文版其他说明参考: http://xoops.org.cn/modules/news/article.php?storyid=126 中文版2.09与英文版稍有不同: 1 加入中文内码转换函数 2 部分已知而英文版留至2.010的bug 3 部分模块升级至最新中文版: --digest 2.0 --news 1.21 中文修正 --newbb 2.0 中文修正 --wfchannel 1.06 --wfdownloads 2.05 中文修正 --wordpress for xoops 中文 1.0 --xconv 1.6 (建议安装) --xmline 1.0-comprehensive English XOOPS 2.09, 2.091, 2.092 on the basis of the official release of 209 Chinese version of XOOPS 2.09x moderator if PHP5 upgrades, bug fixes and security Correction : a fully compatible with PHP 5.x amended version 2 PHP 4.3.10 version of the following possible security loopholes and XoopsUser 3 : : isAdmin () bug related to the four amendments to upgrade Smarty other English version 2.6.5 Reference Note : http://xoops.org.cn/modules/ news/article.php storyid = 2.09 126 Chinese and English version is sligh
    2023-02-09 01:35:04下载
    积分:1
  • 一个非常简单的彩票软件,大家可以先看看!
    一个非常简单的彩票软件,大家可以先看看!-A very simple lottery software, we can take a look!
    2023-05-18 22:40:04下载
    积分:1
  • 花环的Josephu问题解决
    The Josephu wreath problem solves-The problem solves wreath Josephu
    2023-04-11 11:00:03下载
    积分:1
  • 主板BIOS升级工具,适合较古老的机器使用 8.48版
    主板BIOS升级工具,适合较古老的机器使用 8.48版-mainboard BIOS upgrade tools for ancient machines used version 8.48
    2022-05-31 03:15:49下载
    积分:1
  • Matlab 数值计算机编程介绍
    附件里提供的页面信息,为完成CAPE讲座《Matlab 数值计算机编程介绍》提供了参考。 每个主要标题和相关练习的链接都有。你可以好好利用这些练习,对熟悉内容很有帮助。
    2023-05-12 11:30:02下载
    积分:1
  • here on how to use the phrase running out for some************** we can symbols,...
    这里介绍了怎么去使用for语句 运行出来是一些**************符号 大家可以去改,发挥自己的能力 里面有3个矩形,每一个都不一样,大家去看看挖-here on how to use the phrase running out for some************** we can symbols, change, play to their ability there are three rectangles, each one is different, and we look at digging
    2022-01-24 13:45:22下载
    积分:1
  • 这是用户管理器的代码
    this the code for user manager-this is the code for user manager
    2022-01-21 04:40:59下载
    积分:1
  • 可以查看到自己的空间使用量 1,可自定义检测目录 2,程序采用模板技术,代码与界面100%分离 3,可自定义设计用户层界面层 4,可自定义图形显...
    可以查看到自己的空间使用量 1,可自定义检测目录 2,程序采用模板技术,代码与界面100%分离 3,可自定义设计用户层界面层 4,可自定义图形显示百分比 5,目录使用量单位自动转换 6,除了主目录的统计,还可统计当前目录下的二级目录容量 7,在VS开发工具中,可预览模板界面 8,控件调用方式,无须任何后台代码编辑 -can check their own use of a space can be detected from the definition of Contents 2, procedures using the template technology, interface code and three 100% separation can be custom-designed user interface layer 4, custom graphics percentage 5, Contents use automatically converted six units, in addition to the main catalog statistics, but also statistics directories under the current capacity of 2 Contents 7, the VS development tools, preview 8 template interface, call control, without any background code editor
    2022-03-06 22:29:02下载
    积分:1
  • VC++生成随机数并排序的实现方法+源码
    VC++生成随机数并实现快速排序的实现方法+源码,代码实例演示了如何生成10个随机数,显示在编辑框中、调用快速排序函数,对前10 个编辑框中的数字进行排序,为了方便理解,程序代码中还独立给出了快速排序函数的实现过程,通过递归调用此函数,同时你还可了解下如何清空所有编辑框中的数字、改变控件的颜色、显示时间等相关操作的技巧。
    2022-12-03 17:20:03下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载