Hello,
I'm trying to read the output from a WinXP console application using
PythonWin -- that is, I start the application as a child process, and I want
to be able to read the ASCII text in the application's screen.
The child app uses MSDN functions WriteConsoleOutputChar() and
WriteConsoleOutp
One way is code similar to:
from win32com.shell import shell, shellcon
flags = shellcon.SHGFI_LARGEICON | shellcon.SHGFI_ICON | \
shellcon.SHGFI_USEFILEATTRIBUTES
hr, info = shell.SHGetFileInfo(extension,
win32con.FILE_ATTRIBUTE_NORMAL,
f
Pierre Rouleau wrote:
Niki Spahiev wrote:
Pierre Rouleau wrote:
Hi all!
I have been using the McMillan Installer for some time even though
Gordon McMillan site is no longer up. I am using version 5b5.
It has been working fine up until I updated a module to import win32gui.
The Python scripts wor
Hello NG,
I have searched everyweher, and I am not able to find a solution...
basically, I am constructing a GUI with wxPython, in which I have a list.
In this list control, I have some file. I would like to associate (to every
file) its icon (on Windows). I have searched about the use of Ma
Niki Spahiev wrote:
Pierre Rouleau wrote:
Hi all!
I have been using the McMillan Installer for some time even though
Gordon McMillan site is no longer up. I am using version 5b5.
It has been working fine up until I updated a module to import win32gui.
The Python scripts works fine but the execut