帮忙用vb制作一个简单的计算器,只需要有0--9 ,加减乘除等于,小数点,和清除退出按钮即可? 5

请把按钮命名过程写清楚!谢谢... 请把按钮命名过程写清楚!谢谢 展开
 我来答
长风起毫末
2011-11-07 · 用心创作内容,感谢您的关注。
长风起毫末
采纳数:86 获赞数:102

向TA提问 私信TA
展开全部
只要按代码要求建立控件就可以了
Private Sub Command1_Click(index As Integer)
Select Case index
Case 0
Text3.Text = Val(Text1.Text) + Text2.Text
Case 1
Text3.Text = Val(Text1.Text) - Text2.Text
Case 2
Text3.Text = Val(Text1.Text * Text2.Text)
Case 3
Text3.Text = Val(Text1.Text) / Text2.Text
Case 4
Text1.Text = ""
Text2.Text = ""
Text3.Text = ""
Form1.Cls
Case 5
End
End Select
End Sub
Private Sub Command1_Click(index As Integer)
Select Case index
Case 0
Text3.Text = Val(Text1.Text) + Text2.Text
Case 1
Text3.Text = Val(Text1.Text) - Text2.Text
Case 2
Text3.Text = Val(Text1.Text * Text2.Text)
Case 3
Text3.Text = Val(Text1.Text) / Text2.Text
Case 4
Text1.Text = ""
Text2.Text = ""
Text3.Text = ""
Form1.Cls
Case 5
End
End Select
End Sub
Private Sub Command1_Click(index As Integer)
Select Case index
Case 0
Text3.Text = Val(Text1.Text) + Text2.Text
Case 1
Text3.Text = Val(Text1.Text) - Text2.Text
Case 2
Text3.Text = Val(Text1.Text * Text2.Text)
Case 3
Text3.Text = Val(Text1.Text) / Text2.Text
Case 4
Text1.Text = ""
Text2.Text = ""
Text3.Text = ""
Form1.Cls
Case 5
End
End Select
End Sub
追问
似乎跟我说的不一样啊,我的只需要一个text
追答
按照如图所示的的建立控件就可以了,记住command是一个控件数组你自己看一下
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
1228456118
2011-11-07
知道答主
回答量:16
采纳率:0%
帮助的人:5.2万
展开全部
123
456 456
789
0#*

参考资料: 手机

已赞过 已踩过<
你对这个回答的评价是?
评论 收起
limyyan890609
2011-11-07 · TA获得超过1564个赞
知道小有建树答主
回答量:1484
采纳率:100%
帮助的人:863万
展开全部
楼主网上有好多源码啊 ,你随便搜一下就有一大堆啊,自己下一个吧
追问
是啊 ,可是比较乱,在vb里运行不了,总会出现这样那样的问题……
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式