SharpLocker
SharpLocker copied to clipboard
I am having an issue with the code when trying to compile it. I am using 3top1a's version, but couldn't find the issues section there. 
Enhancements
 **To get the current background image:** ``` Image myimage = new Bitmap(@Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "Microsoft\\Windows\\Themes\\TranscodedWallpaper")); ``` **and to get the account picture:** ``` RegistryKey AccountPictureReg = Registry.CurrentUser.OpenSubKey(@"Software\Microsoft\Windows\CurrentVersion\AccountPicture", true); string AccountPictureFilename =...
Error when compiling:- CS1617 Invalid option 'preview' for /langversion. Use '/langversion:?' to list supported values windows 10 1903 Visual studio 2017 Tried: installing all the .net SDK's / developer packs...
Hey, so when I go to compile it it gives me this error 