Re: [python-win32] PyWin32 API

2017-10-19 Thread Michael C
I am wrestling with my life right now, but I'll post more hopefully by tomorrow. Also, I am trying to write my own 'Cheat Engine' or just a memory scanner in general, I am just looking for simple values such as a int or a double. Thanks for reponding! On Thu, Oct 19, 2017 at 4:58 PM, Tim Roberts

Re: [python-win32] PyWin32 API

2017-10-19 Thread Tim Roberts
Josh Clayton wrote: > > I've been reading the documentation and had a question.  > > How would I create a custom tag in the details tab of a file then set > it, and read it? > > If creating it is not possible, would it then be possible just set an > already existing tag and then read it? My end goa