谁能帮忙编个VB小程序

来源:百度知道 编辑:UC知道 时间:2024/06/15 02:39:10
不要太难,像个新手做的,不要出太多错,编号后请发到邮箱
446405600@qq.com

这个好办
这个够简单。
Private Sub Command1_Click()
Dim a, b, c As Integer
a = 34
b = 233
If a > b Then
c = a
Else
c = b
End If
Print "34与233的最大值是:" & c
End Sub

我已发了一个小的示例到你的邮箱了.