How to have a transparent number on top of a winform?

Posted by Joan Venge on Stack Overflow See other posts from Stack Overflow or by Joan Venge
Published on 2010-03-14T23:43:38Z Indexed on 2010/03/15 2:29 UTC
Read the original article Hit count: 306

Filed under:
|
|
|

So I have a winform that has some winforms controls on it. But in the center of it, I want to show a transparent number on top of everything. Say 60 pixels size.

I tried a label and even tried to create a custom control but the transparency didn't work.

Any ideas how to do this?

This number will change programmatically at runtime several times.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET