I have tryed all the "google" stuff but the problem still exists. I Have a form with transparent png image on it. Now i want when the form is shown to see only image ( not anyithing else ). Now when i use your tehnique bsClear etc... the form is behind invisible but the image become nontransparent ?? Any idea..
1) For the form you are using as a splash screen, set Position to poScreenCenter and borderstyle to bsNone.
2) Put a TImage (or whatever you are using for the PNG image on the form). Position it in the upper left corner of the form and then make it the size you want it to be (preferably the size of the PNG image). Then size the form so there are no scroll bars and only the PNG is visible. Set Stretch to true for the image if necessary.
3) If needed (like if you're putting any loading messages on labels), set Transparent to true so they will show through the image.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.