Need API command to print window by handle key 
Author Message
 Need API command to print window by handle key

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)




Mon, 21 Jan 2002 03:00:00 GMT  
 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)





Mon, 21 Jan 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Need API command to print window by handle key

2. I need Windows 3.11 API / Necesito API de Windows 3.11

3. I need Windows 3.11 API / Necesito API de Windows 3.11

4. Cant get a handle to the Window launched by Shell() command

5. Cursor keys don't work in the command window when debugging

6. Outlook window handle with API

7. Handle on Outlook window with API

8. Storing Windows API Handles in VB variables

9. API to give the handle of windows no visible

10. API FUNCTIONS TO HANDLE WINDOWS OS

11. Need Win32 API Calls to find Handle of a Program Running in Windows95

12. Disable windows key via API?

 

 
Powered by phpBB® Forum Software