Using Images in VS C++ managed apps

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! : )
 
P

Peter Oliphant

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... : )
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top