How do i make a picturebox selectable?

Posted by acidzombie24 on Stack Overflow See other posts from Stack Overflow or by acidzombie24
Published on 2010-04-30T08:19:13Z Indexed on 2010/04/30 8:27 UTC
Read the original article Hit count: 156

Filed under:
|

I am making a very basic map editor. I'm halfway through it and one problem i hit is how to delete an object.

I would like to press delete but there appears to be no keydown event for pictureboxes and it will seem like i will have it only on my listbox.

What is the best solution for deleting an object in my editor?

© Stack Overflow or respective owner

Related posts about gui

Related posts about winforms