EDIT: If this isnt possible i do have other ways..
Re: Image hover.. something like that
Posted: Sun Apr 25, 2010 2:59 pm
by CodenStuff
Hello,
Picturebox does have a function you can use for this, im not sure why it was included in VB because I cant see any other use for it apart from in games but anyway lol. Its a great way of detecting "Collisions" between pictureboxes and the function is "IntersectsWith".
Say for example your "Player" is PictureBox1 and your "Enemy" is PictureBox2 and you wanted to do something when your player hit your enemy you could use: