-
采用 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
-
有关列表控件的使用
有关列表控件的使用-controls on the use list
- 2022-01-30 14:51:55下载
- 积分:1
-
世界最小的全功能KeyLogger,不到4k
内附汇编源码。具体使用方法看包中英文readme说明。包里面的EXE会被某些杀毒软件杀掉,重新编译版本也是。...
世界最小的全功能KeyLogger,不到4k
内附汇编源码。具体使用方法看包中英文readme说明。包里面的EXE会被某些杀毒软件杀掉,重新编译版本也是。
解决方法:
把源码中的"Globalzkl" 中的"zkl"改为其它字符,然后重新编译,就可以避开杀毒软件。
-the world"s smallest full-featured KeyLogger, containing less than 4k compilation source. Specific ways of looking at the use of English readme package note. EXE inside the package will be some anti-virus software to kill, is recompiled version. Solutions : source put the "Global zkl" of the "zkl" with other characters, then recompile, they can avoid anti-virus software.
- 2022-03-15 10:16:17下载
- 积分:1
-
本枝程序主要介绍怎么正常的去中专一个正在运行的进程。
本枝程序主要介绍怎么正常的去中专一个正在运行的进程。-This branch introduces the procedure how a normal secondary to the process is running.
- 2023-08-11 00:20:03下载
- 积分:1
-
一套图形江湖的源代码。里面含有详细的例子文件及说明,用此代码,可开发自己的图形江湖。自己定义游戏规则,即内容。功能非常强大。...
一套图形江湖的源代码。里面含有详细的例子文件及说明,用此代码,可开发自己的图形江湖。自己定义游戏规则,即内容。功能非常强大。-Jianghu a graphical source code. Which contains detailed examples of documents and shows that using this code, may be developing its own graphics arena. Own definition of the rules of the game, that is, content. Very powerful.
- 2022-07-25 16:38:58下载
- 积分:1
-
占星术4.0版C语言程序,软件类型:Win9x/NT/2000/XP,软件语言: 简体中文...
占星术4.0版C语言程序,软件类型:Win9x/NT/2000/XP,软件语言: 简体中文 -Astrology 4.0 C language programming, software, type: Win9x/NT/2000/XP, software Language: Simplified Chinese
- 2023-02-28 23:10:03下载
- 积分:1
-
朋友卷算,轨道通勤科学奎大会堂
朋友们滚蒜,绕着大会堂转
- 2022-05-22 12:50:18下载
- 积分:1
-
DoubleClick, silverlight Double
DoubleClick,silverlight双击的demo-DoubleClick, silverlight Double-click the demo
- 2022-06-30 00:27:01下载
- 积分:1
-
mechanism news
消息机制-覆盖WinProc函数-mechanism news-coverage WinProc Function
- 2022-12-26 08:30:04下载
- 积分:1
-
C++ Primer的第三版结合了Stanley Lippman的实践经验和Josée Lajoie对于ANSI/ISO标准C++的深入理解。这本指导书的第三版...
C++ Primer的第三版结合了Stanley Lippman的实践经验和Josée Lajoie对于ANSI/ISO标准C++的深入理解。这本指导书的第三版已经被重新改写过,以便更加精确地讲述标准C++的特性和用法。-C++ Primer 3rd Edition 中文完美版
- 2022-12-19 23:45:04下载
- 积分:1