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
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 :(
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
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
_