I doubt if you can do this without PInvoke. Logically speaking, you would require Win32 handles as IntPtrs for this and that goes into unsafe territory. Even so, is it a binding requirement in this case that you cannot use PInvoke ?
One should note that unsafe code is warranted in certain situations and discouraged in others. On Jul 14, 12:11 pm, Processor-Dev1l <[email protected]> wrote: > I hope there is no similar topic, I've tried to find this on google, > but there were too many confusing answers. > I want to make app, which searches all current running applications > and set their opacity to eg 80%, is there any way how to do this in C# > avoiding unsafe code?
