F
Frank
Private Sub SaveBitmap(ByVal fileName As String, ByVal p As
System.Drawing.Bitmap)
...snip
p.Save(fileName, Imaging.ImageFormat.Icon)
Does not produce an icon formatted file.
At least if I try to open it with icon reading programs it does not open.
Is this a know bug?
Are my expectations wrong?
Thanks in advance
System.Drawing.Bitmap)
...snip
p.Save(fileName, Imaging.ImageFormat.Icon)
Does not produce an icon formatted file.
At least if I try to open it with icon reading programs it does not open.
Is this a know bug?
Are my expectations wrong?
Thanks in advance