turn a color on form transparent
Turn a certain color on the form or controls transparent
AI
AI Summary: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
Source Code
' in form with 2 command buttons 'cmdMakeTransparent 'cmdNoTransparency Private Sub cmdMakeTransparent_Click() 'transform formname or me for current form, color which could be 'vbWhatever or rgb(r,g,b) or long number value TransForm Me, vbWhite 'set the see through color to white End Sub Private Sub cmdNoTransparency_Click() untransForm Me 'set nothing to transparent End Sub
Original Comments (3)
Recovered from Wayback Machine