Hallo,
I wanted to have the cpu load on my computer in MMF2 DEV
and if you can get the temperature of the processor, you can check this information with an extension of mmf2 dev?
Thanks
Daniele
Hallo,
I wanted to have the cpu load on my computer in MMF2 DEV
and if you can get the temperature of the processor, you can check this information with an extension of mmf2 dev?
Thanks
Daniele
Please, i very important
I have tried so many times, but I can not find an extension that controls the CPU processor. I need to have this value for my application.
Can you help?




I don't think there is a extension to get the CPU load, someone would need to make one. Also, there are a few grammatical errors in the first post, making me unable to understand some parts of it.
I'm going to try to make a corrected version of what you said, though I can't be sure it will be fully corrected (changes in bold italic):
I'm not sure if this is what you meant, but it's more grammatically correct (I don't think I fully corrected it, because I think there are still some errors. I'm just correcting it so that it's easier to read, not a full correction).Hello,
I wanted to have the cpu load on my computer in a MMF2 DEV program
and if you can get the temperature of the processor, can you check this information with an extension of mmf2 dev?
Thanks
Daniele
Hello and sorry for the errors, but unfortunately I have studied French and German and I am Italian.:-)
Anyway thanks for your correction.
There is an active x control that monitors the state of cpu, but I wanted to have a single parameter, I do not want to have a small program like the task manager.







www.almico.com - Speedfan is the best software for such things. To do it in MMF you would need to find external DLL files or Activex which are enabling you to read data.
For an extension to access the temperature, you need the WMI Win32_TemperatureProbe class.
Multimedia Fusion has many extensions, and all these extensions do not have control of the cpu?
I found the active x control "System Monitor control", but I have not found the option of take the value of the cpu to take on a string or on a counter. If no one has found the solution, it is likely that this function does not exist. However, it is strange because I found so many extensions of the system and implement this useful feature would be nice, I give up my hope or is this feature?

daniele - as you know these extensions are only developed by extension developers and they will more than likely only develop them if they're gonna be useful for a majority not really a minority which is fair play.
As with your other application (which is must add was rather cool) you're best option here would be to go ActiveX or create your own control that acts a relay between MMF2 and the mobo...