I have got the specs for SpeedFan from
the SpeedFan author :-) ,
but ...
inbetween I found, that full specs of the
shared memory access to
fan speeds, board, CPU temperature data
are also exposed by the MBM application
http://mbm.livewiredev.com
and already published online
(including C, VB, Delp
"Claudio Grondi" <[EMAIL PROTECTED]> wrote in message news:<[EMAIL
PROTECTED]>...
> your script works ok on my W2K box :-).
>
> It makes me curious if I can get also the
> temperatures into Python script for
> further processing as easy as the setting
> of the checkbox is done? (I have not
> much
>>It makes me curious if I can get also the
>>temperatures into Python script for
>>further processing
> Winspector is good for this kind of thing.
Thanks for the link to Winspector - with this
tool it's really easy to find out the names
required to get down to the window elements
of a running ap
On Apr 2, 2005 3:22 AM, tlviewer <[EMAIL PROTECTED]> wrote:
(Snip Windows GUI automation stuff.)
WATSUP includes a module for Windows GUI automation. It's probably
worth a look - it might save you from doing all the research that I
had to do!
http://www.tizmoi.net/watsup/intro.html
--
Cheers,
S
On Apr 3, 2005 1:52 AM, Claudio Grondi <[EMAIL PROTECTED]> wrote:
> May I ask how did you get the
> "TJvXPCheckbox" and the other
> values necessary to access the program
> GUI ? (as I can see, there is no source
> code of SpeedFan available) ?
Winspector is good for this kind of thing.
http://ww
Nice idea- getting the handle to a control.
But how do you know what to pass for wparam , lparam , flags ?
BTW- I don't see anything unique to Active Python here.
You can do all of this with the Python windows extensions, which can be
installed without Active Python.
--
http://mail.python.org/ma
your script works ok on my W2K box :-).
It makes me curious if I can get also the
temperatures into Python script for
further processing as easy as the setting
of the checkbox is done? (I have not
much experience with this kind of
programming yet)
May I ask how did you get the
"TJvXPCheckbox" and