[python-win32] WSAAsyncSelect

2011-01-05 Thread david.briant
Hi I'm looking for a little help on using WSAAsyncSelect via ctypes. I imagine this has been asked before but I couldn't figure out how to search the archives (and trawling through them randomly didn't really help). So basically I want to receive winsock events in a windows message proc (which I

Re: [python-win32] WSAAsyncSelect

2011-01-07 Thread david.briant
win32-bounces+david.briant=ubs@python.org [mailto:python-win32-bounces+david.briant=ubs@python.org] On Behalf Of Tim Roberts Sent: Wed 5-Jan-2011 22:36 To: Python-Win32 List Subject: Re: [python-win32] WSAAsyncSelect david.bri...@ubs.com wrote: > > I'm looking for a little help on usin

Re: [python-win32] WSAAsyncSelect

2011-01-07 Thread david.briant
kage works fine if the asynchronicity is coming from a socket but not from a UI). Thx David -Original Message- From: python-win32-bounces+david.briant=ubs@python.org [mailto:python-win32-bounces+david.briant=ubs@python.org] On Behalf Of Tim Roberts Sent: Fri 7-Jan-2011 18:45 To: Pyth

Re: [python-win32] WSAAsyncSelect [SEC=UNCLASSIFIED]

2011-01-10 Thread david.briant
Perfect. Thank you very much. That solves that problem. ;o) -Original Message- From: python-win32-bounces+david.briant=ubs@python.org [mailto:python-win32-bounces+david.briant=ubs@python.org] On Behalf Of Andrew MacIntyre Sent: Sun 9-Jan-2011 23:47 To: python-win32@python.org

Re: [python-win32] Trouble with SetWindowLong().

2011-01-17 Thread david.briant
: return # got WM_QUIT if not self.filter_message(lpmsg): user32.TranslateMessage(lpmsg) user32.DispatchMessageA(lpmsg) HTH David -Original Message- From: python-win32-bounces+david.briant=ubs@python.org [mailto:python-win32-bounces

Re: [python-win32] what's required to use win32com in a portable python directory.

2011-01-17 Thread david.briant
er.com/. David -Original Message- From: python-win32-bounces+david.briant=ubs@python.org [mailto:python-win32-bounces+david.briant=ubs@python.org] On Behalf Of Tim Roberts Sent: Mon 17-Jan-2011 22:31 To: Python-Win32 List Subject: Re: [python-win32] what's required to use win32com

Re: [python-win32] what's required to use win32com in a portable python directory.

2011-01-17 Thread david.briant
er.com/. David -Original Message- From: python-win32-bounces+david.briant=ubs@python.org [mailto:python-win32-bounces+david.briant=ubs@python.org] On Behalf Of Tim Roberts Sent: Mon 17-Jan-2011 22:31 To: Python-Win32 List Subject: Re: [python-win32] what's required to use win32com