I have a form that in run time i make many picture box control and i located them on my form.
now my question is how can delete a picturebox(in run time) that it is been selected and keybord “delete” is entered.
thanks.
I have a form that in run time i make many picture box control
Share
Try This
if delete on keyboard is selected the picture(has focus).
Regards