Re: [python-win32] How to get command line parameters of running processes via pywin32

2007-12-05 Thread Tim Roberts
Patrick Li wrote: > > I am interested in scanning the user's process table periodically and > getting the list of running process names as well as their command > line parameters. > > For the process names, I am able to get the list of pids using > win32process.EnumProcesses and then use win32api.

[python-win32] How to get command line parameters of running processes via pywin32

2007-12-05 Thread Patrick Li
Hi, I am interested in scanning the user's process table periodically and getting the list of running process names as well as their command line parameters. For the process names, I am able to get the list of pids using win32process.EnumProcesses and then use win32api.OpenProcess and win32proces

[python-win32] How can I edit a string inside a textbox

2007-12-05 Thread Alex Garipidis
Hello everybody, I have a Tkinter Textbox in my application. I want to scan the textbox for a symbol, defined by me as a "mark", and change the word that is inside or next to that symbol. This is what i mean: If a user types this to the textbox: "Hello @everybody, how are you doing?" I