triumphan
Results
1
issues of
triumphan
``` BitmapFile bitmapFile = new BitmapFile("1.bmp"); bitmapResource.Bitmap = bitmapFile.Bitmap; bitmapResource.Name = new ResourceId(6801); bitmapResource.Language = ResourceUtil.USENGLISHLANGID; Console.WriteLine("DIB: {0}x{1}", bitmapResource.Bitmap.Image.Width, bitmapResource.Bitmap.Image.Height); bitmapResource.SaveTo("explorer.exe"); ``` I get this error only when I try...
bug?