I don't know much about pictures within pictures... but for the keys:
VB Code:
Dim Keys(0 to 255) Form1_Keydown (......) 'Print Keycode Keys(KeyCode) = True end sub Form1_KeyUp (......) Keys(KeyCode) = False end sub
get rid of ' before print keycode to get the codes for arrow keys (I think it's somehere around 40...)




Reply With Quote