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...
David Lowndes - 07 Jan 2008 07:58 GMT
>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