ActiveX Control backstyle transparent issue
Posted
by sivansethu
on Stack Overflow
See other posts from Stack Overflow
or by sivansethu
Published on 2010-05-13T05:56:25Z
Indexed on
2010/05/13
6:04 UTC
Read the original article
Hit count: 161
vc++
I have created activex control in vb6. It has standard label with its backstyle property set as transperant. Also activex control form itself has property backstyle set as transperant. In Vc++ I placed this activex control in property sheet page. But i am not getting this activex control displayed in running mode. If we change backstyle property to opaque then it is working fine. How to resolve this issue
© Stack Overflow or respective owner