Hi
I need to know how, if even possible, to enable the user of my program to control the Size and Posisiton of the circle I have Drawn on the form by using the Enter Key (to increase size), Shift Key (to decrease size), and Arrow Keys (to alter posistion of circle on screen).
My program consists of a single form with six command buttons and a circle that I drew with the shape control. For each of the command buttons I have written a click prcedure so that the user can control the size and posistion of the shape by clicking buttons.
I need to alter this program so that the user can use key strokes instead of mouse clicks to control size and posistion. I also need any command buttons on the form to be invisable to the user so that only the Circle is present in their view.
I have tried for hours to accomplish this and have failed. Please Help!
I need to know how, if even possible, to enable the user of my program to control the Size and Posisiton of the circle I have Drawn on the form by using the Enter Key (to increase size), Shift Key (to decrease size), and Arrow Keys (to alter posistion of circle on screen).
My program consists of a single form with six command buttons and a circle that I drew with the shape control. For each of the command buttons I have written a click prcedure so that the user can control the size and posistion of the shape by clicking buttons.
I need to alter this program so that the user can use key strokes instead of mouse clicks to control size and posistion. I also need any command buttons on the form to be invisable to the user so that only the Circle is present in their view.
I have tried for hours to accomplish this and have failed. Please Help!
Comment