文件名称:vb-pdf
-
所属分类:
- 标签属性:
- 上传时间:2014-05-15
-
文件大小:11.16mb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
把form1中的
Private Sub Form_Load()
改为
Public Sub Form_Load()
在Form2中:Call Form1.Form_Load
private sub command1_click()
dim max
for i = 1 to 3
n=val(inputbox("输入第" & i & "个数"))
if n>max then
max =n
end if
next
print "三个数中最大的数是" & max-In the form1 Private Sub Form_Load () to Public Sub Form_Load () in Form2 in: Call Form1.Form_Load private sub command1_click () dim max for i = 1 to 3 n = val (inputbox (" Enter the first" & i & " Number" )) if n> max then max = n end if next print " The maximum number of three numbers is" & max
Private Sub Form_Load()
改为
Public Sub Form_Load()
在Form2中:Call Form1.Form_Load
private sub command1_click()
dim max
for i = 1 to 3
n=val(inputbox("输入第" & i & "个数"))
if n>max then
max =n
end if
next
print "三个数中最大的数是" & max-In the form1 Private Sub Form_Load () to Public Sub Form_Load () in Form2 in: Call Form1.Form_Load private sub command1_click () dim max for i = 1 to 3 n = val (inputbox (" Enter the first" & i & " Number" )) if n> max then max = n end if next print " The maximum number of three numbers is" & max
(系统自动生成,下载前可以参看下载内容)
下载文件列表
cvery.comjc349944665/下载说明.htm
cvery.comjc349944665/VB 6.0 中文版教程.pdf
cvery.comjc349944665
cvery.comjc349944665/VB 6.0 中文版教程.pdf
cvery.comjc349944665
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.