Ok, for my game, Monster Trainer, I'm changing from using picboxes to blting the monsters in the battle window... I've hit a snag... that I don't know how exactly to blt to another form's picbox haha
Could anyone give me any pointers?
I'm not very good with bitblt, if you didn't guess haha.
Cheers.
Posts: 2,742
Threads: 115
Joined: Jun 2006
Reputation:
0
Have fun having 2 backbuffers.
Become a real man and only use one form.
Misunderstood
Unregistered
You can use blttohdc from a surface. Or create a new clip like what MS does for the main pic box.
Posts: 2,742
Threads: 115
Joined: Jun 2006
Reputation:
0
Won't that blt the same thing?
He wants to blt two different things.
I still ain't got this to work, but in all honesty I haven't had much time, essay due in tomorrow and had 2 tests this week... been really busy
can anyone give me any pointers? cheers
I've had a thought... would there be a way to use the bitblt sub to draw it but WITH transparent black?
I don't know much about bitblt so I can't really say I know how to, could anyone please give me some pointers?