Hello,

If Python do not support an API-Call directly
you can choose one of this ways:
1.) use the search-engine from Python.org and ActiveState.com
     to find a module with your spezific capabilities.
2.) write a Python-Extension in C 
3.) write an COM-Object in VBA or C++ (MFC or ATL)
4.) use Google to find an COM-Object for your task.
5.) use a general API-to-COM-wrapper 

Markus


----- Original Message ----- 
From: "T. C. Huang" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, October 19, 2001 1:44 AM
Subject: How to set printer's paper bins?


> Hi,
> 
>     How can I change the printer's paper bin to non-default bin?
>     In win32 API, there is DeviceCapabilities fuction to set
> printing bin, but I can't find the corresponding fuction in Pythonwin.
> Anu one know how to set printer's bin using Python(win)?
> 
> Regards,
> 
> Tsuangchi Huang
> 
> 
> 
> _______________________________________________
> ActivePython mailing list
> [EMAIL PROTECTED]
> http://listserv.ActiveState.com/mailman/listinfo/activepython
> 



_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to