Please Disable Ad-Block To View This Website.

If you block ads, this site can not survive!

Ads are very minimal for registered users. If you don't have an account please register now!

DOWNLOAD
 Full Scripts
 Addons
 Snippets
 DLLs
 MTS Themes
 Tutorials
 Misc.
 File Queue
 Download mIRC
INTERACT
 Screenshots
 Challenge
 Top Downloads
 Submit Form
 Forums

SEARCH
Site Search

FRIENDS
Link to us!
PhotoShelf

Home | Comments:
SystemIdle DLL by FoLKeN^
Description:
Returns your system's idle time.

Submitted Review Author's Updates
Review
As the name of this DLL and the description suggest, this is a DLL for returning the idle time of your computer. Specifically, it returns the time that has elapsed since the mouse was moved or a keystroke was made.

This will be useful to those who find that mIRC's built-in $idle identifier doesn't suit their needs.

Reviewed by praetorian
January 19th, 2005:
Added SystemIdle9x.dll, which works on any windows version (+9x)

The reason why I didnt replace the existing dll is because 9x version needs to keep loaded in memory to work. And is +500 bytes. Use the one that fits your needs better.
Screenshot:
No
Screenshot
Available

Comments:

  Mode:    Create New Post

JigsyMar 24, 2007 6:37PM
For some reason, on my Windows 98 SE machine, it doesn't reset the osidle time. It just keeps accumulating ...

/osidle {
  if ($isid) {
    var %x = $qt($+($mircdirFiles\dll\,$iif(9? iswm $os,SystemIdle9x.dll,SystemIdle.dll)))
    return $int($calc($dll(%x,GetIdleTime,_) / 1000))
  }
}

quote:
-
[22:43:42] $osidle - 2540
-

FoLKeN^Jan 19, 2005 2:27PM
sorry for the delay. i just forgot about this and never updated the file :L

AleZDec 13, 2004 1:07AM
And i love FoLKeN^ :]

AleZDec 5, 2004 11:55PM
This DLL dosent work with Win98. :( says: * $dll: unable to open 'C:\PROGRAM\NBS-IRC\dll\SystemIdle.dll'

FoLKeN^Dec 6, 2004 6:24PM
yeah since GetLastInputInfo is only available on win 2k and higher :\

AleZDec 7, 2004 12:01PM
Can you make it work for Win98? ;P or come up with a solution to the problem? ;/ maybe i shoud donwload a file or something. :>

FoLKeN^Dec 7, 2004 3:50PM
Yeah, now works on Win 98 - and also 3.1, but I'll don't update THIS version because this one does not need to keep the dll loaded in memory and its 2kb less. I think I'll submit it as another file in this site like "SystemIdle for Win98" ;D

sorry for my english

FoLKeN^Dec 9, 2004 1:24PM
.

Text edited by author on Dec 9, 2004 @ 4:06PM


suikodenDec 6, 2004 11:38PM
i love FoLKeN^'s dll's ;)

FoLKeN^Dec 7, 2004 3:50PM
thank you



Create New Post

You must be logged in to post messages.