hello all,
in my MFC-application I change the value of an environment variable by using CRegKey. After changing the value I call
SendMessageTimeout(HWND_BROADCAST, WM_SETTINGCHANGE, 0,(LPARAM)"Environment", SMTO_ABORTIFHUNG,5000,&returnValue);
to inform other programs, that the environment...