I'm developing the smart device application in C #. I'm new to Windows Mobile I have added the background image for the form in my application using the following code. I want to create a label & amp; Other controls on this form are transparent so that my windows form will be displayed properly.
Protected Override Zero Onpaint (PaintAventErgus E) {base.OnPaint (e); Bitmap CreateCustomerImage = new bitmap (@ "/ storage card / background page"); E.Graphics.DrawImage (CreateCustomerImage, 0, 0); }
How to do this? How to solve this problem? Can you provide me any code or link through which I can solve the above problem?
T supports natural transparent control, which becomes a major pain. You have to use some color transparency, so in your handpoints, you need to color the color (Magenta is a popular) and use SetColorKey to make that color transparent.
There are many tutorials online for Kolkata Transparency that I just met with a search engine that looks good but it is free to search for others for free too.
This place falls down, when you have control in the container control, which is on the form to work properly, you need to call the form all the way down to clipping areas. Have to do. I do not have a ready sample that is not inside the shipping project, so I can not post it easily if you run it on it, though, update the question and I think I can get something out.
Comments
Post a Comment