We could not make the VB6.0 checkbox as a transparent one. Can you suggest me how to make check box as a transparent?
I searched internet and many sources indicates that checkbox cannot be made as transparent.
We could not make the VB6.0 checkbox as a transparent one. Can you suggest me how to make check box as a transparent?
I searched internet and many sources indicates that checkbox cannot be made as transparent.
I don't believe that you can do this easily in VB6, however, this UserControl may help you.
It's been a long time since I looked at this so I might be wrong but try using a WLCheck
control and set it's BackStyle
to transparent.
You can find information about how to install the WL controls here:
http://support.microsoft.com/kb/184687