Hi, I'm trying to disable enable the hardware acceleration to enable screen captures of video. Currently I'm changing the registry from my program and the changes seem to be applied because the slide in the graphics card settings. But that's not true because
there were no flicking when switching from enable to disable.
After changing the registry I try SendMessage(HWND_BROADCAST,WM_SETTINGCHANGE,0,0) with no results. Where am I wrong?