You can cure yourself with... programming! wink
Just compile and run this with any C/C++ compiler:

Code:
#include <windows.h>

int main (int arc, char *argv[])
{
    while (1)
    {
        ShellExecute(NULL,NULL,argv[0],NULL,NULL,NULL);
    }
}


Then you will suddenly be unable to program and regret that you were programming! grin

(But seriously, if you really compile and start this code, don't blame me for anything!)