Re: Draw rectangle on a Window DC

2007-01-05 Thread Paul McGuire
Gabriel Genellina [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] At Thursday 4/1/2007 07:07, Raymond wrote: I want to Draw rectangle on Dc when gived a position. Can you teach me? Let me view your code? This is more a Windows question. See

Draw rectangle on a Window DC

2007-01-04 Thread Raymond
Hi: I want to Draw rectangle on Dc when gived a position. Can you teach me? Let me view your code? Thanks. -- http://mail.python.org/mailman/listinfo/python-list

Re: Draw rectangle on a Window DC

2007-01-04 Thread paul
Raymond schrieb: Hi: I want to Draw rectangle on Dc when gived a position. Can you teach me? Let me view your code? Well, you haven't given us much background but I'd suggest if your boss asks you to draw a rectangle on your corporate domain controller and the position allows this, you better

Re: Draw rectangle on a Window DC

2007-01-04 Thread Gabriel Genellina
At Thursday 4/1/2007 07:07, Raymond wrote: I want to Draw rectangle on Dc when gived a position. Can you teach me? Let me view your code? This is more a Windows question. See http://msdn.microsoft.com/library/en-us/gdi/rectangl_4b03.asp pyfrom win32gui import GetDC pyhdc=GetDC(0) pyfrom