编一VB程序,输入一个数字(1~7),用英文显示对应的星期一至星期日

 我来答
x387804363
推荐于2016-02-22 · 超过22用户采纳过TA的回答
知道答主
回答量:152
采纳率:0%
帮助的人:62.8万
展开全部
Private Sub text1_Change()
if text1.text="1" then
print "Monday"
else
if text1.text="2" then
print "Tuesday"
else
if text1.text="3" then
print "Wednesday"
else
if text1.text="4" then
print "Thursday"
else
if text1.text="5" then
print "Friday"
else
if text1.text="6" then
print "Saturday"
else
if text1.text="7" then
print "Sunday"
end if
end if
end if
end if
end if
end if
end if
End Sub
Private Sub Form_Load()
Text1.MaxLength = "1"
End Sub
大棚半亩槐9244
2012-05-11 · TA获得超过8.7万个赞
知道大有可为答主
回答量:3.1万
采纳率:0%
帮助的人:2008万
展开全部
Private Sub Form_click()
Dim ww As String
ww = InputBox("输入数字1-7")
Select Case ww
Case "1"
MsgBox ("Monday")
Case "2"
MsgBox ("Tuesday")
Case "3"
MsgBox ("Wednesday")
Case "4"
MsgBox ("Thursday")
Case "5"
MsgBox ("Friday")
Case "6"
MsgBox ("Saturday")
Case "7"
MsgBox ("Sunday")
End Select
End Sub
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
慎穹公冶涵意
2020-07-08 · TA获得超过3773个赞
知道大有可为答主
回答量:3175
采纳率:28%
帮助的人:246万
展开全部
select
case
a
=
text1
改为
a
=
text1.text
select
case
a
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式