oMBRa Posted August 25, 2008 Posted August 25, 2008 Some user made scrit using dll... but how they know the parameter, function? is there some documentation about it?
monoceres Posted August 25, 2008 Posted August 25, 2008 They get the information from the author of the dll. For example microsoft provides information about their dll files and how to use them. Broken link? PM me and I'll send you the file!
zFrank Posted August 25, 2008 Posted August 25, 2008 Dynamic-link library (also written without the hyphen), or DLL, is Microsoft's implementation of the shared library concept in the Microsoft Windows and OS/2 operating systems. These libraries usually have the file extension DLL, OCX (for libraries containing ActiveX controls), or DRV (for legacy system drivers). The file formats for DLLs are the same as for Windows EXE files that is, Portable Executable (PE) for 32-bit and 64-bit Windows, and New Executable (NE) for 16-bit Windows. As with EXEs, DLLs can contain code, data, and resources, in any combination.In the broader sense of the term, any data file with the same file format can be called a resource DLL. Examples of such DLLs include icon libraries, sometimes having the extension ICL, and font files, having the extensions FON and FOT.to find out any neede DLL file you can visit the following links.http://www.dll-files.com/http://www.dlldll.com/http://www.dlldump.com/http://dll.yaroslavl.ru/and more info can be found atmsdn.microsoft.com/en-us/library/1ez7dh12(VS.80).aspxi think it is enough about DLL Files. [font="Georgia"]GSM Expert[/font] but not AutoIt :DProud to be Admin Of : http://www.gsmhosting.net/visit my Forum... http://www.gsmhosting.net/vbb/index.php$Life = "Happy" If @Error Then $Life = "Risk"
oMBRa Posted August 27, 2008 Author Posted August 27, 2008 can u tell me a link of how to use for example user32.dll ?( I searched it on msdn.microsoft but I found nothing)
zFrank Posted August 27, 2008 Posted August 27, 2008 for which purpose you want to use it? Please explain... do you want to create a new one (DLL)? [font="Georgia"]GSM Expert[/font] but not AutoIt :DProud to be Admin Of : http://www.gsmhosting.net/visit my Forum... http://www.gsmhosting.net/vbb/index.php$Life = "Happy" If @Error Then $Life = "Risk"
oMBRa Posted August 27, 2008 Author Posted August 27, 2008 No, I meant the documentation aobut user32.dll
zFrank Posted August 27, 2008 Posted August 27, 2008 it's Win32 USER32 core component - Part Of Windows User APIthis was what i remembered and for all info check the following link.http://www.integra4notes.com/web/integra/I...a5?OpenDocument [font="Georgia"]GSM Expert[/font] but not AutoIt :DProud to be Admin Of : http://www.gsmhosting.net/visit my Forum... http://www.gsmhosting.net/vbb/index.php$Life = "Happy" If @Error Then $Life = "Risk"
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