PDA

Click to See Complete Forum and Search --> : newbie question!


trasher
Jul 8th, 2001, 11:30 AM
I'm programming a little game.
I'm using pictureboxes with a move function and a timer. But it's not efficient. What should I use and how?

Sastraxi
Jul 8th, 2001, 11:55 AM
You should use bitblt, an API call. You can learn about it from this link:

http://vbden.tripod.com/articles/invmask.htm

or Fox's website:

http://foxmccloud.tsx.org/

Jotaf98
Jul 8th, 2001, 02:30 PM
There's also an article on how to make a Lander game here at VB-World ;)