ezzetabi Posted November 9, 2004 Posted November 9, 2004 (edited) Once a UDF, now a DllCall. $r = DllCall('kernel32','long','GetTickCount') MsgBox(4096,'Time','Windows started ' & $r[0] & ' ms ago.') Edited November 9, 2004 by ezzetabi
Klaatu Posted November 9, 2004 Posted November 9, 2004 Note: requires using the beta version of AutoIt. Q: Did the UDF need the beta? My Projects:DebugIt - Debug your AutoIt scripts with DebugIt!
gosu Posted November 10, 2004 Posted November 10, 2004 Once a UDF, now a DllCall.$r = DllCall('kernel32','long','GetTickCount') MsgBox(4096,'Time','Windows started ' & $r[0] & ' ms ago.')<{POST_SNAPBACK}>Great script, thanks! I wonder how you get all these dll-functions of windows... Is there an overview somewhere? [quote name='d2hacker88' date='Jan 6 2005, 05:10 PM']Can someone please help me out with autoit like gimme a link on how to use it cause i have no experience with computer languages and i'd like to make a program with autoit in order to empress my computer teacher.[right][snapback]52215[/snapback][/right][/quote]
ezzetabi Posted November 10, 2004 Author Posted November 10, 2004 For a not so updated, but easy list download:http://users.chello.be/cr27630/3.7/agsetup.exeFor values of constants that VB understand while AutoIt don't download:http://www.apiviewer.de/downloadstore/apv2004_v310.exehttp://www.activevb-archiv.de/downloadstor...ata08082004.zip
gosu Posted November 10, 2004 Posted November 10, 2004 For a not so updated, but easy list download:http://users.chello.be/cr27630/3.7/agsetup.exeFor values of constants that VB understand while AutoIt don't download:http://www.apiviewer.de/downloadstore/apv2004_v310.exehttp://www.activevb-archiv.de/downloadstor...ata08082004.zip<{POST_SNAPBACK}>Thank you a lot! I hope I can create my own real DllCalls now [quote name='d2hacker88' date='Jan 6 2005, 05:10 PM']Can someone please help me out with autoit like gimme a link on how to use it cause i have no experience with computer languages and i'd like to make a program with autoit in order to empress my computer teacher.[right][snapback]52215[/snapback][/right][/quote]
ezzetabi Posted November 10, 2004 Author Posted November 10, 2004 I hopes so, but AFAI saw the most interesting ones are already in Autoit. The other intersting ones are very hard or undoable. (Thats why they are not in AutoIt yet, anyway ) Luckly some still are there for discovering. Good hunt.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now