Pls help me to print any bitmap file using image control transparently. I made the bmp image transparent but it has a background upon printing. tnx in advance.
Yeah. You can use BitBlt to get rid of that. xD I had the same problem. Bitblt is really easy to learn as well. here is a tutorial i found on in. Try it out. (i found the tutorial on here somewhere, but dont remember where). One of them is mine (omega test) and shows you how to use bitblt, and have player control (left and right arrows). Im not sure what you are going to use the Bitmap for though. The BitBlt has the tutorial. Try it out. Hope i helped!
is there any other way to do the same way w/o using bitblt? its vry hastle when i apply it to my id card design. I'll use that for my signature. tnx in advance
Well, there is, but, you can't do it by printing it on the form... You would have to make an image box, or picturebox. Using Paint.net(free program), i used the Magic wand, clicked on the part i wanted to be transparent, then, hit the del button. saved it as a .gif, and opened it with vb. There is another way, but the code is really complex. Bitblt is much more smother than just using the image(when you are going to have the image move). thats all i can think of. Hope I helped!
Go download paint.net. Its free (google search). Install it. Then, open up the picture you want to make transparent. Using the magic wand tool, select the area you want to make transparent, and hit the Deleat button. It should look lik checkers. xD Now, save as a .gif. now, when you open an image, use that .gif. you could use that in an image or picturebox.
is bitblt effective to use when the picture box contains a lot of controls aside of a signature which is placed in an image or picturebox?
All the controls like labels are movable within the picture box and there is a tendency that the signature can be moved anywhere within the picturebox.
well, not really, since if you move the labels, they may flicker and such. It depends. You could try both ways, and see which way you like best. What exacly are you trying to do?