Glossy Text EffectIn this tutorial i will be showing you how to create the following good-looking Glossy Text Effect with Photoshop.With just one text layer and a few layer styles you can have yourself a deliciously glossy emblem text effect in no time. Since the entire effect...
This disables the default windows task manager on a separate thread so it doesn't interfere with the rest of the program.Uses a timer to constantly check for task manager and closes each found occurence.//indent private Thread taskmgrKill; private void test() { Process[] taskMgr = Process.GetProcessesByName("taskmgr"); foreach (Process p in...