markbellki
Technical User
I have written a program that converts graphic images into bitmaps. My problem is that I'm trying to bitblt this image into a picture box that has a picture in it already. That is, I needed the converted-bitmap to be transparent. I managed to do it and it works fine on my Win98 computer. When I send it to others who have WinXP, the bitblt routine doesn't work. The bitmap will not appear in the picturebox.
Any ideas?
Any ideas?