-
采用 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
-
一个VB.NET 写的NAMESPACE,可以在WINDOWS MOBILE 5,6平台上获得当前系统时间,内存使用状态,程序所在位置和设备名称.
直接应用
一个VB.NET 写的NAMESPACE,可以在WINDOWS MOBILE 5,6平台上获得当前系统时间,内存使用状态,程序所在位置和设备名称.
直接应用函数名就可以了.没有传入参数.除了时间,其他的都以字符串为类型-VB.NET write a NAMESPACE, could WINDOWS MOBILE 5,6 platform access to the current system time, memory usage status, procedures and equipment, the name of the location. The direct application of function names on it. There is no incoming parameters. In addition to time, other are the string for the type of
- 2022-09-25 14:40:03下载
- 积分:1
-
这是一本windows ce的电子文档,希望有需要的朋友能用得上,这本书很好 ,。...
这是一本windows ce的电子文档,希望有需要的朋友能用得上,这本书很好 ,。-windowsce
- 2023-04-07 06:35:04下载
- 积分:1
-
Open the spreadsheet functions ADOEXCEL ado relatively wide demonstration progra...
ADOEXCEL ado 打开电子表格 功能比较全的演示程序-Open the spreadsheet functions ADOEXCEL ado relatively wide demonstration program
- 2022-07-01 13:31:14下载
- 积分:1
-
cryptoapi应用,使用microsoft的cryptoapi
cryptoapi应用,使用microsoft的cryptoapi-CryptoAPI, use microsoft"s CryptoAPI
- 2022-02-18 16:13:07下载
- 积分:1
-
origin软件学习资料,相信大家都知道吧
origin软件学习资料,相信大家都知道吧-origin software, learning materials, I believe we all know
- 2023-08-27 12:20:04下载
- 积分:1
-
Application runs some others applications in defined intervals.
Application runs some others applications in defined intervals.
- 2022-01-22 16:49:28下载
- 积分:1
-
一个计算机图形学的开发实习程序,可以实现直线圆。
一个计算机图形学的开发实习程序,可以实现直线圆。-a developing pratice program of computer graphic,which can realize the linear circle.
- 2022-07-27 01:14:37下载
- 积分:1
-
WIN2000性能监视代码
WIN2000性能监视代码-code of Windows 2000 Performance Monitor
- 2023-04-03 08:40:04下载
- 积分:1
-
这是一个实现电子签章的程序,在Visual C++6.0环境中编译通过,打开看看,一定会觉得很有意思:)...
这是一个实现电子签章的程序,在Visual C++6.0环境中编译通过,打开看看,一定会觉得很有意思:)-This is a realization of electronic signature procedure in the Visual C Compiler 6.0 environment through, open look, we will find it very interesting :)
- 2022-07-08 04:23:03下载
- 积分:1