VB难题!!高手进入

2024-11-14 12:20:16
推荐回答(2个)
回答1:

If StrComp(Label1.Caption, "ca", 1)=0 then msgbox "AF"

以上。
热的老狼

回答2:

Private Sub Command1_Click()
If UCASE(Label1.Caption) = "CA" Then MsgBox "AF"
End Sub