
Need API command to print window by handle key
You can get the device context of this window using GetDC(). You can copy
any dc to the printer.
This is a little involved if you don't have any code to start from. I think
there are some samples on the MSDN.
Best, Kim.
--
Kim Major - Visual Basic MCP.
=============================================
Renaissance Computer Systems LTD.
An entity is in Third Normal Form if every non-key attribute
depends on the key, the whole key and nothing but the
key, so help me Codd.
=============================================
Quote:
> I have a windows handle and i want to make print command at this window
> (i work with VB and want to print a chosen window)