24-01-2007, 01:31 PM
Ok, i'm really confused now haha, right.. so i'm using Bitblt to do it with, i'm using the following code:
but this happens:
![[Image: weirdgfx7wq.jpg]](http://img228.imageshack.us/img228/2624/weirdgfx7wq.jpg)
it like... draws the map below...
anyone have any ideas? :S
Edit: sorted that
Now I have come accross the problem of that bitblt won't let me have black transparent... I need a specific colour to be transparent... can someone please give me pointers to a way I can blt stuff into a picbox... even if i need to make 2 backbuffers and stuff and make 1 backbuffer for the main game window, and the 2nd for the battle window
i hate blting lol
cheers
Code:
Call BitBlt(frmBattleWindow.picScreen.hdc, M1X, M1Y, 127, 127, frmGFX.picMonsters.hdc, 0, 0, vbSrcCopy)
but this happens:
![[Image: weirdgfx7wq.jpg]](http://img228.imageshack.us/img228/2624/weirdgfx7wq.jpg)
it like... draws the map below...
anyone have any ideas? :S
Edit: sorted that
Now I have come accross the problem of that bitblt won't let me have black transparent... I need a specific colour to be transparent... can someone please give me pointers to a way I can blt stuff into a picbox... even if i need to make 2 backbuffers and stuff and make 1 backbuffer for the main game window, and the 2nd for the battle window
i hate blting lol
cheers
