Results 1 to 2 of 2

Thread: Printing OpenGL image from Visual Basic

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2003
    Posts
    1

    Printing OpenGL image from Visual Basic

    I have developed an application in visual basic which uses opengl for rendering graphics.

    Now I want to print the rendered image to printer. Unfortunately no help is available for visual basic.

    Anybody out there to help me ?

    Sample code will be of great help.

    ravi

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    I doubt you can use a printer context and render to it.

    Screenshot seems the way to go. I mean, not really a screenshot.

    Render into an offscreen surface (or the OpenGL equivalent of it), get the data of that surface and BitBlt it over to the printer context.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width