tags:

views:

110

answers:

2

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.

A: 

I don't believe that you can do this easily in VB6, however, this UserControl may help you.

Barry
+1  A: 

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

ho1
Be aware that those controls are not supported on Windows Vista or Windows 7. `MSWLess.ocx` is listed as unsupported here. http://msdn.microsoft.com/en-us/vbasic/ms788708.aspx
MarkJ