Hi,
I made the a script to manipulate files copied into the clipboard from
explorer.
To know if the file was cut or copied it seems need to get information about
the DropEffect - is there a way to do this from win32clipboard ?
S++
[pcp.py]
import os
import sys
import win32api
from win32co
John wrote:
> On Wednesday 09 December 2009 11:21:40 am Tim Roberts wrote:
>
>> Well, remember that ItemName is not really an array. It's a function
>> that happens to look like an array to VB.
>>
>> The Python COM support will usually provide Set and Get versions for
>> indexed properties. Tr
On Wednesday 09 December 2009 11:21:40 am Tim Roberts wrote:
> John wrote:
> > ...
> > I'm attempting to use a OCX designed to talk with QuickBooks. I'm using
> > win32com for the first time and have discovered an issue that I'm sure
> > others have run into. But researching google etc. has not
John wrote:
> ...
> I'm attempting to use a OCX designed to talk with QuickBooks. I'm using
> win32com for the first time and have discovered an issue that I'm sure others
> have run into. But researching google etc. has not helped.
>
> obj = win32com.client.Dispatch("InQB.Invoice.1")
> #In th
[email protected] wrote:
>
> Hi Guys,
>
> Here is an ugly one for you,
>
>
>
> On Windows XP (VS2008, Intel 10 and 11 series C and F compilers and
> the intel 10.2 MKL) , I have a software stack which looks like this:
>
>
>
> Python
>
> Numpy
>
> Boost
>
> My application (eScript)
>
>
>
Newbie here. I thought my question would have been a common one but I have
checked the archive for the last year and only found one message even close.
I'm attempting to use a OCX designed to talk with QuickBooks. I'm using
win32com for the first time and have discovered an issue that I'm sur