Re: [python-win32] PyWin32 API

2017-10-22 Thread Tim Roberts
On Oct 20, 2017, at 7:58 AM, Josh Clayton wrote: > > Just following up since I have not heard back. Heard back on what? I sent a long and detailed message on Thursday including demonstration code. — Tim Roberts, t...@probo.com Providenza & Boekelheide, Inc. __

Re: [python-win32] PyWin32 API

2017-10-22 Thread Josh Clayton
Just following up since I have not heard back. Virus-free. www.avast.com

Re: [python-win32] PyWin32 API

2017-10-20 Thread Michael C
oops! Ok, I'll take a look, thanks! On Fri, Oct 20, 2017 at 11:16 AM, Tim Roberts wrote: > Michael C wrote: > > > > 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 gener

Re: [python-win32] PyWin32 API

2017-10-20 Thread Tim Roberts
Michael C wrote: > > 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. Wrong thread. Here is C++ code that

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