Tagged Questions

9
votes
4answers
5k views

How to create a transparent control which works when on top of other controls?

I have a control (derived from System.Windows.Forms.Control) which needs to be transparent in some areas. I have implemented this by using SetStyle(): public TransparentControl() { ...
1
vote
0answers
73 views

Use winforms control with transparent background in MFC

all. I'm writting a MFC App that use Winforms user controls in it. I made a rounded control with c# and placed it on my MFC dialog using MFC-hosting technology. But the control does not show its ...
1
vote
1answer
1k views

c#: transparent in tabControl

I'm looking for a way to cause a tabControl (framework 2.0) to be transparent in back ground. I have a custom tabControl that inherite from microsoft tabControl. when I'm trying to paint a ...
0
votes
0answers
86 views

0% form opacity without affecting controls (items) in C#

How can I do 0% form opacity without affecting controls (items)? I found Changing form opactity without changing opacity of contained controls, but there is no answer. What is the answer?