SharpLocker icon indicating copy to clipboard operation
SharpLocker copied to clipboard

Results 5 SharpLocker issues
Sort by recently updated
recently updated
newest added

![sharplocker2](https://user-images.githubusercontent.com/10332862/72596261-fb31f480-390b-11ea-8c64-ea626e9003db.PNG) **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 ![Annotation 2020-02-22 121748](https://user-images.githubusercontent.com/24326952/75096491-111b8080-556e-11ea-8490-93839af1c400.jpg)