[讨论]command的style属性如何使用
如题 求助!
'在属性窗里设置 Command1.Style = 1(Graphical)
Private Sub Command1_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
If Button = 1 Then
Command1.Picture = LoadPicture("c:\007\boxdark.gif")
End If
End Sub
''
Style=1那么按钮就可以显示图片