Printing and storing image

How Can I store an image I put on a form with opengl in BMP or how can I print this??
I work with VB but C is no problem

Thanks

For saving I use DevIL. http://openil.sourceforge.net

Printing is a whole different issue. You’ll have to dig through MSDN if you are developing in Windows.

Usually I just save the image to disk and print out of Paint or Photoshop.