Private Sub cmdExit_Click()
msgbox(????)
Unload Me
End Sub
Also,
How to change the backcolor when the mouse move ont he cmdbutton?
Private Sub cmdAdd_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
cmdAdd.BackColor = RGB(255, 0, 0)?????
End Sub
arrow
arrow
    全站熱搜

    vbqa 發表在 痞客邦 留言(1) 人氣()