[python-win32] How do I change the executable/process name to un-group taskbar icons?

2014-09-15 Thread Nathan McCorkle
I've been writing GUIs with wxPython for a while now, and am trying to figure out now how to get each program not to group into a generic 'pythonw' taskbar icon. I found this API, but it doesn't work on my version of Windows XP: SetCurrentProcessExplicitAppUserModelID Is there some other method t

Re: [python-win32] How do I change the executable/process name to un-group taskbar icons?

2014-09-16 Thread Nathan McCorkle
On Mon, Sep 15, 2014 at 11:18 PM, Werner wrote: >> I found this API, but it doesn't work on my version of Windows XP: >> SetCurrentProcessExplicitAppUserModelID >> >> Is there some other method to change things? > > Hhm, not sure but I think using wx.App.SetAppName should do that. Didn't help :(

Re: [python-win32] Interactive Code to Script File

2014-09-16 Thread Nathan McCorkle
On Sep 16, 2014 5:27 PM, "Zachary Ware" wrote: > By the way, it's usually best to just copy and paste your code and > error messages as text in the body of the email rather than attaching > an image, and embedding the image in a Word document just makes it > harder to see what's going on. Just f

Re: [python-win32] How do I change the executable/process name to un-group taskbar icons?

2014-09-17 Thread Nathan McCorkle
See here for an update and some code that uses the pywin32 stuff to mess around with TaskManager (I think... I adapted the code from some Visual Basic code I found online): https://groups.google.com/d/msg/wxpython-users/2BXSDFvWdAk/RE32KQPDb8MJ -- -Nathan _