It's just a list/sequence of strings (in py2k) or bytes (in py3k). In
this context, IIRC, it's just the entryids of the messages to move...
HTH,
Mark
On 5/06/2013 2:16 PM, Aubin LaBrosse wrote:
Hello, List,
I’m new to pywin32 and have been able to use it quite sufficiently with
the help of
Hello, List,
I'm new to pywin32 and have been able to use it quite sufficiently with the
help of the internet and some (rather rudimentary, I admit) knowledge of the
windows api. I've been able to do some quite clever things with HTML on the
windows clipboard and the Extended MAPI support. Ho
I have just released an upgraded version (2.5.0) of adodbapi on its
sourceforge site. http://sf.net/projects/adodbapi
( I suppose that I should say here, for the benefit on new readers, that
adodbapi is a PEP 249 compliant database api module which ships as part of
pywin32, as well as being avail
John Spitzer wrote:
> I have an application I built that ran fine on Windows XP, but now fails
> on Windows 7. The place I'm encountering the problem is where I try to
> read a key from the registry. I believe it's because of the
> Virtualization of the registry on Windows 7. This key is created
Eric Johansson wrote:
> I'm having a bit of trouble the Windows clipboard. I keep getting things
> like the trace back below.:
>
> 2013-06-03 12:56:26,667 - DEBUG - VFU TB Traceback (most recent call last):
>File "C:\NatLink\NatLink\Vocola\extensions\vocola_ext_togglename.py",
> line 180, in
Hi,
I asked this some time ago on the wxpython list and still have no solution:
I am trying to make a wx.Dialog float on a non-wxpython parent. I get
the HWND of the window, call wx.Window_FromHWND(None, HWND) and open the
dialog with that parent and FLOAT_ON_PARENT style. This works very well