-
小型的计算器程序,类似于微软操作系统自带的计算器,主要是按纽的使用。...
小型的计算器程序,类似于微软操作系统自带的计算器,主要是按纽的使用。-small calculator program, similar to the Microsoft operating system"s own calculators, is the use of button.
- 2022-03-15 10:46:23下载
- 积分:1
-
friendly interface, the current system can be informed of the date, time, weeks,...
本程序设计界面友好,还有可以获知系统当前日期,时间,星期,操作与系统相关,是系统方面编程-friendly interface, the current system can be informed of the date, time, weeks, operation and related systems, programming systems
- 2022-08-18 17:07:53下载
- 积分:1
-
单选按钮(RadioButton)控件为用户提供由两个或多个互斥选项组成的选项集,用户可从单选按钮组中选择一个且只能选择一个。...
单选按钮(RadioButton)控件为用户提供由两个或多个互斥选项组成的选项集,用户可从单选按钮组中选择一个且只能选择一个。-radio buttons (RadioButton) controls to provide users with two or more mutually exclusive options set of options, users can group from the radio button to choose one which can only choose one.
- 2022-04-30 18:50:10下载
- 积分:1
-
To facilitate the use of Windows functions and online billing statistics. The st...
为方便使用WINDOWS的功能和上网时的计费统计。加强对数据库的压缩等功能与一身。-To facilitate the use of Windows functions and online billing statistics. The strengthening of database and compression as a function.
- 2022-04-14 16:02:14下载
- 积分:1
-
vc++ 显示时间,并且实现了记数,我也是刚刚学习
vc++ 显示时间,并且实现了记数,我也是刚刚学习-vc show time, and achieved a few mind, I also just learning
- 2022-06-02 22:55:28下载
- 积分:1
-
MFC样品颜色按钮:(1)
MFC sample : color Buttons (1)
- 2022-08-18 23:33:54下载
- 积分:1
-
超酷XP控件组(所有源代码)
超酷XP控件组(所有源代码)-cool XP control group (all source code)
- 2022-02-05 22:56:43下载
- 积分:1
-
procedures name : VC 6.0, which controls the use of image scanning control scann...
程序名称:VC++6.0中利用图像扫描控件控制扫描仪 运行环境:win2000pro vc6 扫描仪 测试内容:scanner.dsw 注意事项:安装与调试环境:必须安装了扫描仪,VC++6.0扫描后,文件暂存到D:you,可在扫描结束的消息处理函数中加入你的函数,你的函数这时可直接读取该文件的数据,以便处理-procedures name : VC 6.0, which controls the use of image scanning control scanner operating environment : win2000pro vc6 scanner contents of the tests : scanner.dsw Note : Installation and debugging environment : the installation of the scanner, VC 6.0 scanning, document transit to the D : you can scan the end of the message processing function to add your function, a function of time you can directly read the document data, in order to handle
- 2023-05-21 07:40:04下载
- 积分:1
-
利用单片机来控制传感器的测量物体的微振动,当物体微振动时把信号传输给了传感器,利用传感器采集的数据给了单片机,让单片机做具体的操作...
利用单片机来控制传感器的测量物体的微振动,当物体微振动时把信号传输给了传感器,利用传感器采集的数据给了单片机,让单片机做具体的操作- Using monolithic integrated circuit control sensor survey
object micro vibration, when object micro vibration has given the
signalling the sensor, gathered the data using the sensor to give the
monolithic integrated circuit, let the monolithic integrated circuit
make the concrete operation
- 2022-05-15 05:36:52下载
- 积分:1
-
我的开关- Windows 表单控件l
翻译 maninwest@Codeforge 作者:JoelDz@CodeProject该控件是基于 Android 操作系统的 Switch View ,来自 lAPI 级别14。这个控件可以像传统开关一样开和关。背景我不是专业的编程人员。使用这个简单的编程语言我可以创建控件来解决特定需要。 在这里将为你展示使用 Visual Basic .NET 创建用户控件是多么简单。你可以下载项目查看设计和代码。使用代码MySwitch 类有一个重载的构造函数。你可以查看每个负载并初始化需要的属性。首先需要导入命名空间 JDS。 Imports JDS
Dim msSwitch As New MySwitch()这里,我使用默认构造函数,创建一个新的 MySwitch 类实例。这个实例会使用默认的类值。这个控件可以显示每个状态的文本或图像,这是使用ButtonStyle 属性实现的。msSwitch.ButtonStyle = ButtonStyles.Image " To display an image for each state.
msSwitch.ButtonStyle = ButtonStyles.Text " To display text for each state.可以通过属性ActivatedText,DeactivatedText和ActivatedImage,DeactivatedText 确定每个状态的文本和图像。如你所见,根据 ButtonStyle 属性值。每个状态都有伴随的文本或图像。
- 2022-02-03 12:38:42下载
- 积分:1