Using Images in VS C++ managed apps

  • Thread starter Thread starter Peter Oliphant
  • Start date Start date
P

Peter Oliphant

Is there a good book /on-line tutorial /etc. on how to use images in managed
C++ applications? In particular, how to access images in files such as jpg's
(either at run-time or development-time) for use with
Button/PictureBox/ImageList etc. The ability to get info on such images
(e.g., width, height, etc.) and how to use color with them (such as the use
of palettes)...

Thanx! : )
 
Actually, upon working with PictureBox, I have found it extremely easy to
import a jpeg from a file and display it! This is a far cry from the old
days, when it was amazing cumbersome setup to display an image!

Don't really need a book anymore... : )
 
Back
Top