Re: (win32) speedfan api control

2005-04-06 Thread Claudio Grondi
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

Re: (win32) speedfan api control

2005-04-05 Thread Almico
"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

Re: (win32) speedfan api control

2005-04-04 Thread Claudio Grondi
>>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

Re: (win32) speedfan api control

2005-04-04 Thread Simon Brunning
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

Re: (win32) speedfan api control

2005-04-04 Thread Simon Brunning
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

Re: (win32) speedfan api control

2005-04-03 Thread Cappy2112
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

Re: (win32) speedfan api control

2005-04-02 Thread Claudio Grondi
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