jace808 Posted July 15, 2003 Posted July 15, 2003 How can I make the form completely transparent and still have the buttons, textboxes, labels, etc. still fully visible? Quote
*Experts* Volte Posted July 15, 2003 *Experts* Posted July 15, 2003 You could set the background of the form to something you won't use elsewhere on your form (flourescent pink, or something), and then use that same color as the form's TransparencyKey property. That will make all the bits of colors that are pink show through to the back. Quote
jace808 Posted July 15, 2003 Author Posted July 15, 2003 (edited) Ah yes... that sounds doable. Well I tried it and it worked, but it left the frame around the form which is undesirable. :( Edited July 15, 2003 by jace808 Quote
Phate Posted July 15, 2003 Posted July 15, 2003 set the form's "formborderstyle" property to "none" Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.