partiallly transparent window, always on top

  • Thread starter Thread starter Wolfgang
  • Start date Start date
W

Wolfgang

Is it possible in VB .NET to create a window that is always on top of
all other windows, while at the same time being partially transparent?

As example that this kind of thing is possible, the splash screen of
Adobe Reader (formely Acrobat) seems to be partially transparent.

If you have a code snippet of how something like this could be done,
that would be great.

Thanks,

Wolfgang
Goleta, California
 
Thanks,

The Opacity property works well.

Now, can opacity be controlled for some region(s) of a window? For
example, I want to make a window that has a "hole" in it, through
which you can see whatever is underneath the window.

Wolfgang
 
Wolfgang,

I have seen your question often in this newsgroup, in my opinion did I not
see a real fine answer.

Or you should draw using the region class your own window.

http://msdn.microsoft.com/library/d...f/html/frlrfsystemdrawingregionclasstopic.asp

(And don't ask than here how to do it, you can probably than better search
for it on Google, it is such a lot of work measuring all points on the
screen that you need for that. And therefore it is in my opinion almost
impossible to help with that directly in a newsgroup)

I hope this helps a little bit.

Cor
 

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

Back
Top