Mcky Posted February 11, 2005 Posted February 11, 2005 see topic. thanks. My website: (Lots of AutoIt compiled programs+GameMaker games)http://mcky.sitesled.comMy AutoIt projects:Mcky's CalEntry - Calendar schedulingMcky's Web Extractor - Web page links extractorMcky's Appkey- Powerful Hotkey-listing tool[quote]I wish I was never born. I am just a lonely soul in this world... :([/quote]
therks Posted February 11, 2005 Posted February 11, 2005 (edited) On the internet. Sorry, couldn't help myself. Edited February 11, 2005 by Saunders My AutoIt Stuff | My Github
Henrik Posted February 11, 2005 Posted February 11, 2005 Try googling for "Win32 API". Ignorance is strength.
JerryD Posted February 11, 2005 Posted February 11, 2005 You know guys, there was a time when you didn't know anything, and it might be nicer to just say nothing than to give some wise crack like CHECK THE INTERNET - boy, you're so smart!Anyway, I don't know where on MSDN they have API calls CLEARLY laid out so that you might be able to use them with RUNDLL (which, I assume, is why you're asking - GOOD QUESTION!).The only place I know at this point that has clear use of some DLL's is DX21's RunDll32 Reference:http://www.dx21.com/SCRIPTING/RUNDLL32/INDEX.ASPRunDll32 ReferenceAlso, printui.dll has a LOT of functionality. To see all the options use:Rundll32 printui.dll,PrintUIEntry /?The following AtuoIt code will install the "HP LaserJet 5/5M PostScript" to LPT1: (Acrobat used to require a PS printer be installed to work):$Cmd = $RunDLL & ' printui.dll,PrintUIEntry /if /b "HP LaserJet 5/5M PostScript" /f " & @WindowsDir & "\inf\ntprint.inf /r "lpt1:" /m "HP LaserJet 5/5M PostScript" /u' RunWait ( $Cmd, @SystemDir, @SW_HIDE )Links to other places on the web that have well documented calls to DLL's would be greatly appreciated.
this-is-me Posted February 11, 2005 Posted February 11, 2005 http://www.mentalis.org/apilist/apilist.php Who else would I be?
Trainee Posted February 11, 2005 Posted February 11, 2005 http://www.mentalis.org/apilist/apilist.php<{POST_SNAPBACK}>I have used api-guide for a long time as a reference for api calls.API-GUIDE Outcastprogramming
therks Posted February 12, 2005 Posted February 12, 2005 Jeeze, try and have a sense of humour and someone gets their panties all in a twist. My AutoIt Stuff | My Github
layer Posted February 12, 2005 Posted February 12, 2005 all the ones larry, this-is-me and some other folks gave me...: http://www.mentalis.org/apilist/apilist.phphttp://mech.math.msu.su/~vfnik/WinApi/index.htmlhttp://msdn.microsoft.com/library/default....tical_order.aspyea, i have those in a text file for easy reference FootbaG
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