这是我用VB写的计算器计算三角函数,以下是代码,求高手帮忙 急!!!要交作业
PrivateSubCommand5_Click(IndexAsInteger)'三角函数的计算SelectCaseIndexCase0Text1.Text=CStr(S...
Private Sub Command5_Click(Index As Integer) '三角函数的计算
Select Case Index
Case 0
Text1.Text = CStr(Sin(ang * (Text1.Text)))
Case 1
Text1.Text = CStr(Cos(ang * (Text1.Text)))
Case 2
If (Cos(Text1.Text)) <> 0 Then
Text1.Text = CStr(Sin(ang * (Text1.Text)) / Cos(ang * (Text1.Text)))
Else
MsgBox ("illegal,divide by zero")
End If
Case 5
Text1.Text = CStr((Atn(ang * (Text1.Text))) / ang)
End Select
End If
点击按钮时 是无效的 怎么回事呀 ang 应该怎么定义
或者帮忙写一下源程序 谢谢 展开
Select Case Index
Case 0
Text1.Text = CStr(Sin(ang * (Text1.Text)))
Case 1
Text1.Text = CStr(Cos(ang * (Text1.Text)))
Case 2
If (Cos(Text1.Text)) <> 0 Then
Text1.Text = CStr(Sin(ang * (Text1.Text)) / Cos(ang * (Text1.Text)))
Else
MsgBox ("illegal,divide by zero")
End If
Case 5
Text1.Text = CStr((Atn(ang * (Text1.Text))) / ang)
End Select
End If
点击按钮时 是无效的 怎么回事呀 ang 应该怎么定义
或者帮忙写一下源程序 谢谢 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询