AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 3 matches
AutoHotkey Community Forum Index
Author Message
  Topic: New Scripting.Dictionary wrapper
Rex Henderson

Replies: 3
Views: 884

PostForum: Scripts & Functions   Posted: Sun Mar 16, 2008 4:45 am   Subject: tweaks
removed a debug MsgBox from KeyExists()
added DictionaryExists()
added DestroyDictionary()
added CompareMode parameter to CreateDictionary()



#Include ws4ahk.ahk

InitDictionary()
...
  Topic: turning off automatic upates
Rex Henderson

Replies: 5
Views: 168

PostForum: Ask for Help   Posted: Thu Mar 13, 2008 8:24 am   Subject: turning off automatic upates
If you want to just turn it off and on for the logon session have ahk run the "net stop wuauserv" and "net start wuauserv" to stop and start the windows service. Otherwise use th ...
  Topic: New Scripting.Dictionary wrapper
Rex Henderson

Replies: 3
Views: 884

PostForum: Scripts & Functions   Posted: Thu Mar 13, 2008 8:11 am   Subject: New Scripting.Dictionary wrapper
Here's an alternative approach to the Dictionary.ahk/CoHelper.ahk/Com.ahk stuff which I have not been able to get functioning correctly.

It makes use of the AWESOME! ws4ahk.ahk work by EricTheTurtl ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group