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 > http://msdn.microsoft.com/l

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 py>from win32gui import GetDC py>hdc=GetDC(0) py>from

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 bet