absolute address

  • Thread starter Thread starter DosFreak
  • Start date Start date
D

DosFreak

Never Mind;

How do you print a document using win32 api? cuz i was using 10 dos
compilers I had to open a file for writing, do some writing to the file,
close it, and then use system("print file"); and believe it or not it
still works, but i am the process of learning win32 api, any help would
be appreciated.

Marc...
 
How do you print a document using win32 api?

What sort of document?

The general solution is to use the ShellExecute(Ex) API with the
"print" verb to invoke the registered application to print it.

Dave
 

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

Back
Top