用vb编写一个计算器程序,实现加减乘除,

[复制链接]
查看11 | 回复1 | 2016-4-23 05:41:43 | 显示全部楼层 |阅读模式
Dim v As BooleanDim s As IntegerDim X As DoubleDim Y As DoublePrivate Sub Command1_Click(Index As Integer)
If Form1.Tag = "T" Then
If Index = 10 Then
Text1.Text = "0"
Else
Text1.Text = Command1(Index).Caption
End If
Form1.Tag = ""
Else
Text1.Text = Text...
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行