Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9185077
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T19:12:33+00:00 2026-06-17T19:12:33+00:00

I want to print some vector graphics (or to be more exact: nothing more

  • 0

I want to print some vector graphics (or to be more exact: nothing more than some polylines) using Windows API. Printing has to be done out of an own thread.

When I ask Google/MSDN for some code-snippets or examples I mainly find documentation how to print using some WindowsForms/.NET crap, but no WinAPI examples. Or I find a really huge example of XPS printing provided by MS which is very confusing and does much more than only sending some data to printer.

So my question: is there a simple example somewhere that demonstrates how to print out some stupid lines?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T19:12:34+00:00Added an answer on June 17, 2026 at 7:12 pm

    If you want to use the traditional GDI functions to do this, you have two main steps:

    • First, learn to use GDI functions to draw in your own window. Some functions in this category include PolyLine, LineTo – and so on.

    • Next, getting it to work with a printer. It’s really the same concept as drawing to the screen, except you instead get a HDC that represents a portion of a page rather than a portion of screen – plus there’s more setup and cleanup involved. When drawing on screen, you can just get the window DC, draw, and you’re done; printing to a page is more involved – you have to select a printer, start a document, start a page, and so on.

    I found this fairly decent tutuorial on Win32 GDI printing that might work for you – it covers all the setup/cleanup steps. One thing to watch for is that it sends a bitmap to the printer; instead you would want to replace the StretchDIBits call with your own PolyLine etc calls.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am storing some simple strings to a vector, and I want to print
i have a list of posts. i want print some words of post content
I want to print some objects in a table having 2 rows per object,
I want to print some dynamic query to execute a procedure on all tables
I want to print out some debug messages in my erb template when it
I Want Print DataBase Schema in Microsoft Sql Server Compact Edition. Maybe Exist Some
I'm doing some random experimentation and want to print out the address the program
I want to get some useful information from NSError . If I print out
I'm having a std::vector with elements of some class ClassA . Additionally I want
I want to extract some integers from a file using C++, but I am

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.