maddox4u

maddox4u

Joined Member # 1295254
0 Posts 0 Replies 107 Reputation

For XP Home Users: Rightclick on your Desktop -> New Textdocument. Copy/Paste the following Text into the "New Textdocument.txt" : Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Psched] "NonBestEffortLimit"=dword:00000000 Rename "New Textdocument.txt" to "QoS.reg". Doubleclick "QoS.reg". Reboot. For undo the changes open regedit and dele

14 Replies 20,738 Views

Hi I want to create a Widget that shows me my Online and Offline Status in an Animation. I use the following Script: -------------------------------- 'Called when the script is executed Sub Object_OnScriptEnter Object.SetTimer 500, 5000 End Sub 'Called when the script is terminated Sub Object_OnScriptExit Object.KillTimer 500 End Sub Sub Object_OnTimer500 If System.I

6 Replies 3,000 Views

I want to create a Widget that shows me a little Animation when I am Online and Offline. I don't know how it works. Can anybody give me some Tips how to create such a Widget? Thanks in advance

1 Replies 1,342 Views