absolute address

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance




David Lowndes wrote:
*>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 *

it is a text file generated by a program reading dbase records. but i
don't card about ado and so forth too stupid of an example.

a straight text file.. with cr lf formfeeds or raw data.



--
DosFreak
------------------------------------------------------------------------
Posted via http://www.codecomments.com
------------------------------------------------------------------------

.



Relevant Pages

  • Re: absolute address
    ... The general solution is to use the ShellExecuteAPI with the ... "print" verb to invoke the registered application to print it. ...
    (microsoft.public.dotnet.languages.vc)
  • Re: absolute address
    ... The general solution is to use the ShellExecuteAPI with the ... "print" verb to invoke the registered application to print it. ...
    (microsoft.public.dotnet.languages.vc)
  • absolute address
    ... The general solution is to use the ShellExecuteAPI with the ... "print" verb to invoke the registered application to print it. ... Thank you so much i did what you said, and i created a 2048 byte array ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Learning Assembly with an HLL
    ... unavoidable API stuff. ... it more difficult to comprehend why you would recommend INVOKE. ... bytes and that the 32 bytes at top of stack must be available ... If the assembler doesn't know where the scratch space in the ...
    (comp.lang.asm.x86)
  • Re: Converting char(s) into String
    ... Perhaps because it depends on knowledge of the API. ... If the compiler produced code using StringBuffer ... invoke 0 parameter constructor of StringBuffer. ... invoke 1 parameter append method. ...
    (comp.lang.java.programmer)