> ...
> if type(retVal) == types.TupleType: # Like pythoncom, we special case
a tuple.
> # However, if they want to return a specific HRESULT,
> # then they have to return all of the out arguments
> # AND the HRESULT.
> if len(retVal) == len(meth._gw_out_args
Tim Roberts wrote:
> Roger Upole wrote:
>
>>Tony Cappellini wrote:
>>
>>
>>>In Windows XP, after a program has completed it's execution in a cmd
>>>console...
>>>Is there a way to *programmatically* capture the text that is in the
>>>scrollback buffer?
>>>
>>>I usually set my buffers to 10K line
Roger Upole wrote:
>Tony Cappellini wrote:
>
>
>>In Windows XP, after a program has completed it's execution in a cmd
>>console...
>>Is there a way to *programmatically* capture the text that is in the
>>scrollback buffer?
>>
>>I usually set my buffers to 10K lines or more, so there is a lot of
Tony Cappellini wrote:
> In Windows XP, after a program has completed it's execution in a cmd
> console...
> Is there a way to *programmatically* capture the text that is in the
> scrollback buffer?
>
> I usually set my buffers to 10K lines or more, so there is a lot of text I'd
> like to capture.
Tony Cappellini wrote:
>
> In Windows XP, after a program has completed it's execution in a cmd
> console...
> Is there a way to *programmatically* capture the text that is in the
> scrollback buffer?
>
> I usually set my buffers to 10K lines or more, so there is a lot of
> text I'd like to captur
Hello list,
We all know that it's better to set the values of a spreadsheet by
building a squared virtual sheet first and then copy the whole thing
over with one single range...value call.
But Is there a more efficient way to set the attributes of a number of cells in
Excel?
I am noticing a s
In Windows XP, after a program has completed it's execution in a cmd console...Is there a way to *programmatically* capture the text that is in the scrollback buffer?I usually set my buffers to 10K lines or more, so there is a lot of text I'd like to capture.
I want to do this programmatically, as
All,
I am having trouble finding a module made to user MySQL on Pytho 2.5 on
Windows. Could anyone point me to the right direction? The Windows
MySQLdb will only install on my 2.4.3 version.
Robert
___
Python-win32 mailing list
Python-win32@python.or
Mark Norley wrote:
> Hello
>
> I'm trying to insert an object into an Excel sheet with the following code:
>
> import win32com.client
> xlapp = win32com.client.Dispatch("Excel.Application")
> xlapp.Visible = 1
> xlapp.Workbooks.Add()
> xlapp.ActiveSheet.OLEObjects.Add(FileName = "C:\\mytext.tx"', L
durumdara wrote:
>Hi !
>
>Many programs can present these basic informations: who's the user that
>install OS, and what is the name of it's organization.
>I want to get these infos.
>
>Can anyone help me how can I do it ?
>
>
It's in the registry. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
Hi !
Many programs can present these basic informations: who's the user that
install OS, and what is the name of it's organization.
I want to get these infos.
Can anyone help me how can I do it ?
Thanks for it:
dd
___
Python-win32 mailing list
Pyt
Hello
I'm trying to insert an object into an Excel sheet with the following code:
import win32com.client
xlapp = win32com.client.Dispatch("Excel.Application")
xlapp.Visible = 1
xlapp.Workbooks.Add()
xlapp.ActiveSheet.OLEObjects.Add(FileName = "C:\\mytext.tx"', Link=False,
DisplayAsIcon=False).Sel
On 10/29/06, Mark Hammond <[EMAIL PROTECTED]> wrote:
> Could you please open a bug at sourceforge so this doesn't get lost, as I'm
> afraid I don't have time right now to look at this...
I've opened 1857023 for this bug:
http://sourceforge.net/tracker/index.php?func=detail&aid=1587023&group_id=780
13 matches
Mail list logo