its about bmp ,by which i have done.may there are more alternative to do this.
u can make Bmp in photoshop and mask .i didn't try it for png.
its about bmp ,by which i have done.may there are more alternative to do this.
u can make Bmp in photoshop and mask .i didn't try it for png.
what is TGopBitBltTransparent class, can I use this to make transpant image
what are this EMbmcontrolMoveimage, EMbmcontrolMoveimage_mask
these are index created when u include your mask and image in mbm file.
TGopBitBltTransparent. i didn't use this.u can try .
Last edited by purnima.attarsingh; 2010-08-07 at 10:52. Reason: missing text
where u want to use your transparent image ,can u tell your whole prblm in detail
I am not able to follow you.
I have a bmp file and want to make a portion of it as transparent. now you please tell me the code. and when to add the code, I want what my view class comes up the transparent image should display, i am drawing the transparent in draw function here is the code to draw teh image in vview.cpp
file
now tell me where do I paste your code to make iBitmapPauseImage as transparentif(iBitmapPauseImage)
{
//background screen
gc.BitBlt( TPoint(0,0),iBitmapPauseImage);
// gc.DrawBitmap(TRect(TPoint(0,0), TPoint(360,480)), iBitmapPauseImage);
}