Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Module Issue
#16
The problem lies within your Left_Bullet class. Since the bullet inherits a picturebox, It already has the properties of Image, Width, and Height, so you do not need to make your own versions of those properties.

With that being said, you never actually set the image of the picturebox to be the bullet image. So in your constructor for the Left_Bullet class (Public Sub New()), you need to add this line of code:
[code2=vbnet]Me.Image = My.Resources.Player_Left_Bullet[/code2]
My Blog | My Setup | My Videos | Have a wonderful day.


Messages In This Thread
Module Issue - by Vinwarez - 07-20-2012, 04:37 PM
Re: Module Issue - by brandonio21_phpbb3_import2 - 07-20-2012, 04:44 PM
Re: Module Issue - by Vinwarez - 07-20-2012, 04:48 PM
Re: Module Issue - by brandonio21_phpbb3_import2 - 07-20-2012, 06:37 PM
Re: Module Issue - by Vinwarez - 07-21-2012, 01:33 AM
Re: Module Issue - by brandonio21_phpbb3_import2 - 07-21-2012, 12:25 PM
Re: Module Issue - by Vinwarez - 07-21-2012, 01:37 PM
Re: Module Issue - by brandonio21_phpbb3_import2 - 07-22-2012, 04:19 AM
Re: Module Issue - by Vinwarez - 07-22-2012, 06:29 AM
Re: Module Issue - by brandonio21_phpbb3_import2 - 07-22-2012, 05:32 PM
Re: Module Issue - by Vinwarez - 07-22-2012, 05:52 PM
Re: Module Issue - by brandonio21_phpbb3_import2 - 07-22-2012, 09:23 PM
Re: Module Issue - by Vinwarez - 07-23-2012, 02:08 AM
Re: Module Issue - by brandonio21_phpbb3_import2 - 07-23-2012, 01:20 PM
Re: Module Issue - by Vinwarez - 07-24-2012, 08:18 AM
Re: Module Issue - by brandonio21_phpbb3_import2 - 07-24-2012, 10:43 PM
Re: Module Issue - by Vinwarez - 07-24-2012, 11:25 PM
Re: Module Issue - by brandonio21_phpbb3_import2 - 07-24-2012, 11:38 PM
Re: Module Issue - by Vinwarez - 07-24-2012, 11:47 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Dual Menu Strip Issue Moldraxian 3 15,926 08-15-2012, 12:36 PM
Last Post: brandonio21
  MySQL Database Issue Moldraxian 7 27,610 08-13-2012, 08:58 PM
Last Post: brandonio21
  Remove Enemy [Game Issue] Vinwarez 3 13,564 07-14-2012, 02:15 PM
Last Post: brandonio21
  Launching Projectile [Game Issue] Vinwarez 11 31,141 07-13-2012, 03:29 PM
Last Post: brandonio21

Forum Jump:


Users browsing this thread: 1 Guest(s)