A.(yearmod4=0andyearmod100<>0)and(yearmod400=0)
B.(yearmod4=0andyearmod100<>0)or(yearmod400=0)
C.(yearmod4=0oryearmod100<>0)and(yearmod400=0)
D.(yearmod4=0oryearmod100<>0)or(yearmod400=0)
A.Clear
B.Visible
C.Hide
D.New
以下過程是窗體Form1的()事件。
Prviate Sub Form_DblClick()
……
End Sub
A.單擊
B.雙擊
C.裝載
D.按鍵