i'm attempting to write a simple application/control that will allow me to void several thousand transactions that are contained within a foxpro program that was written for my company. the process of voiding a transaction involves hitting two "yes" buttons, an "ok" button, and a movenext button. all of these things can be done from the keyboard. it seemed easy enough at first until i tried to tell visual basic to hit "CTRL-V". there is plenty of documentation on how to react to a keypress or a keydown/keyup event, but nothing on how to force one. does anyone have any suggestions?

darrell hawley