Marcus
Marcus

Reputation: 449

C# Making other window transparent

Is it possible to change opacity on another window ( that's not a part of the program ) in C#??

Upvotes: 0

Views: 157

Answers (1)

TcKs
TcKs

Reputation: 26632

You must use Win32API: http://msdn.microsoft.com/en-us/library/ms997507.aspx

Upvotes: 1

Related Questions