Text floating in front of a window.

U

UJ

I want to display a message to the user that appears to float in front of a
window. I could do it with another window but there's no way to make the
window itself completely transparent but still see the text.

Is there any way to do this?

To reiterate - I want to put text up that is over my current window - just
text - no window, no borders, no nothing.

Any ideas?

TIA - Jeff.
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,


UJ said:
I want to display a message to the user that appears to float in front of a
window. I could do it with another window but there's no way to make the
window itself completely transparent but still see the text.

Is there any way to do this?

Not sure if you can use the text as a label and still get your effect. What
I do know works for sure is if you have a bitmap as the background , if so
you can set the white surrounding the text the transparent color . See
http://www.thescarms.com/dotnet/IrregularForm.asp for the code for this.
 
U

UJ

Thanks everybody. But this seems to only work on an image. Is there any way
to do it with a label field? I've tried playing with all of the transparent
key stuff and the window always shows up. (The background of the text always
seems to be there no matter what I set it to.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top