Reputation: 449
Is it possible to change opacity on another window ( that's not a part of the program ) in C#??
Upvotes: 0
Views: 157
Reputation: 26632
You must use Win32API: http://msdn.microsoft.com/en-us/library/ms997507.aspx
Upvotes: 1