How to create transparent "Computer Locked" window?

Hello All:

Rookie question, just beginning with VB 2005 Express.

How can I bring the Computer Locked window (Server 2003) into VB Express 2005 and add opacity

I'd like it to show on my desktop, but see through it to the picture on the desktop.

Thanks!!



Answer this question

How to create transparent "Computer Locked" window?

  • John P. Grieb

    hi,

    i don't know what Computer Locked window (Server 2003) is

    but i guess you talk about form property (opacity) you can set it in properties tab or by code in your form load event handler add this or any value you want between 0 and 1

    Me.Opacity = 0.5

    hope this helps



  • zul_slider

    Thanks

    I'll go to work on it!!!!


  • Dewa

    mark the answer plz



  • How to create transparent "Computer Locked" window?