02-28-2013, 06:42 PM
Look for a resizing function in 'GDIP.' list.
Maybe at first google how to do with GDI+.
Without GDI+ its easy to resize with CopyImage. But quality is not the best. Need bitmap handle. You can get it from GDI+ and set to GDI+ again. Don't forget to DeleteObject.
Maybe at first google how to do with GDI+.
Without GDI+ its easy to resize with CopyImage. But quality is not the best. Need bitmap handle. You can get it from GDI+ and set to GDI+ again. Don't forget to DeleteObject.