Search found 5 matches

by kalik
09 Jan 2015, 06:44
Forum: Scripts and Functions (v1)
Topic: CPULoad() : CPU usage percentage ( Demos for XGraph )
Replies: 21
Views: 23887

Re: CPULoad() : CPU usage percentage ( Demos for XGraph )

Thank you, good sir. yes... use this function for Memory Usage MemoryLoad() { static MEMORYSTATUSEX, init := VarSetCapacity(MEMORYSTATUSEX, 64, 0) && NumPut(64, MEMORYSTATUSEX, "UInt") if !(DllCall("Kernel32.dll\GlobalMemoryStatusEx", "Ptr", &MEMORYSTATUSEX)) return DllCall("kernel32.dll\GetLastErro...
by kalik
08 Jan 2015, 06:53
Forum: Scripts and Functions (v1)
Topic: CPULoad() : CPU usage percentage ( Demos for XGraph )
Replies: 21
Views: 23887

Re: CPULoad() : CPU usage percentage ( Demos for XGraph )

Hey, thanks for the script, I have been using it for a bit now. Would it be possible to get a memory usage graph as well?
by kalik
17 Dec 2014, 06:58
Forum: Ask for Help (v1)
Topic: print out section name
Replies: 3
Views: 1123

Re: print out section name

I know of this, I'd have to dump and entire, couple thousand line long document into a string, parse and trim the string to have the specific section I need. Was looking for a more elegant and easy on resources solution.
by kalik
17 Dec 2014, 04:28
Forum: Ask for Help (v1)
Topic: print out section name
Replies: 3
Views: 1123

Re: print out section name

Screw that, I just added a new key with the section name in it.
by kalik
16 Dec 2014, 07:53
Forum: Ask for Help (v1)
Topic: print out section name
Replies: 3
Views: 1123

print out section name

Hey guys, I'm struggling with a code and need help with one particular piece of code. Below is a snippet. #Singleinstance, Force #NoEnv SendMode Input SetWorkingDir %A_ScriptDir% Gui,Add,Edit,x60 y10 w257 Multi ReadOnly -E0x200 vVC, Gui,Add,Edit,x60 y40 w257 Multi ReadOnly -E0x200 vNM, Gui,Add,Text,...

Go to advanced search