-
采用 Windows 表单的简单计算器
翻译 maninwest@Codeforge作者:Yvan Rodrigues@CodeProject 使用代码 using System;
using System.Windows.Forms;
namespace RedCell.App.Calculator.Example
{
public partial class Form1 : Form
{
private double accumulator = 0;
private char lastOperation;
public Form1()
{
InitializeComponent();
}
private void Operator_Pressed(object sender, EventArgs e)
{
// An operator was pressed; perform the last operation and store the new operator.
char operation = (sender as Button).Text[0];
- 2022-06-29 09:36:47下载
- 积分:1
-
是一个在EVC下开发的闹钟定制程序。其中一个难点就是如何创建、写、读一个ini 文件。由于是在EVC下,所以很多API函数都不被支持比如关于.ini文件读写Ge...
是一个在EVC下开发的闹钟定制程序。其中一个难点就是如何创建、写、读一个ini 文件。由于是在EVC下,所以很多API函数都不被支持比如关于.ini文件读写GetPrivateProfileString和 WritePrivateProfileString函数。于是我开始在网上搜寻可以轻松读写ini文件的方法。最后找到了一个人写好的,可以实现类似 GetPrivateProfileString功能的函数。-EVC is a customizable alarm clock, developed under the program. One difficulty is how to create, write, read a ini file. Because it is under the EVC, many API functions are not supported for example on. Ini file to read and write GetPrivateProfileString and WritePrivateProfileString function. So I started searching online can be easy to read and write ini documents. Finally found a person to write, and can achieve similar functionality GetPrivateProfileString function.
- 2022-02-02 11:15:48下载
- 积分:1
-
windows CE driver matching Guide Book 1 CD
windows CE驱动指南一书的配套光盘。里面大概有20个源代码实例程序。-windows CE driver matching Guide Book 1 CD-ROM. There probably has 20 source code examples of procedures.
- 2023-01-17 18:15:04下载
- 积分:1
-
电梯自动控制程序,是自己用的一个小程序
电梯自动控制程序,是自己用的一个小程序 -Elevator automatic procedure is itself a small program used
- 2023-06-12 13:10:03下载
- 积分:1
-
大整数相加,对于超过语言中长的数相加时, 可用它。
大整数相加,对于超过语言中长的数相加时, 可用它。-large integer addition, the language-more than a few together, it can be used.
- 2022-01-31 22:08:10下载
- 积分:1
-
调用scannerdll生成dll的程序,功能跟操作系统附件
调用scannerdll生成dll的程序,功能跟操作系统附件-图像处理的功能差不多-scannerdll generation dll called the procedure, function with the operating system Annex-image processing functions almost
- 2022-03-24 00:09:02下载
- 积分:1
-
VistaSDK note. Rar introduction VISTA Development API
VistaSDK说明.rar 介绍VISTA的开发API-VistaSDK note. Rar introduction VISTA Development API
- 2022-03-13 06:37:33下载
- 积分:1
-
讲述了动态库的制作过程,里面有个简单的小示例,介绍了动态库的用法...
讲述了动态库的制作过程,里面有个简单的小示例,介绍了动态库的用法-Described the process of making dynamic libraries, which have a simple little example, introduced a dynamic library usage
- 2023-04-26 20:25:02下载
- 积分:1
-
用vb编写的一个listview间隔颜色的例子,值得大家参考学习
用vb编写的一个listview间隔颜色的例子,值得大家参考学习-Vb prepared with a spacing of the color of listview example, it is worth U.S. reference learning
- 2022-04-28 07:30:41下载
- 积分:1
-
functional 3D Pipeline
三维流水线的功能-functional 3D Pipeline
- 2022-10-30 17:15:03下载
- 积分:1