2011年7月5日火曜日

→→→Control+Shift+Eキーで終了する

If e.Keycode = Keys.E  Or  Keys.W  Or  Keys.R  Then
   If   e.Control   And  e.shift  Then
               me.close()
   End
End

0 件のコメント:

コメントを投稿