I tried:
To add user32.dll from Reference Manager, and imported it from Windows\System32\user32.dll, I got Error Message:
A reference to 'C:\Windows\System32\user32.dll couldn't be added. Please make sure that the file is accessible, and that it is a valid assembly or COM component.
using System.Runtime.InteropServices; [DllImport("user32")]
To launch Visual Studio as Administrator
Nothing works... it goes on my nerves I am trying 2 hours to import this damn .dll...