Good explanation, jioek.
Steve728,
You're not exactly "disabling the key," you're just capturing the keystroke in this form only, and canceling (or changing) it's normal action.
Case 45
' Disable the usual action by setting it to 0
KeyCode = 0
'code to call the fancy sub routine with the new action