Jump to content

Search the Community

Showing results for tags 'Read dll'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. Hi everyone, Okay so i have this silly idea that if i can just figure out how to do a simple call to a DLL file, to get the string of text from it, i can use a DLL file to keep my projects nice and neat by putting in all the differnt texts i need in to it, along with pictures and icons. Now i know and already use the icon function with a dll, since that was super easy, but i can't figure out how to read a string from a dll. I have been trying to use a copy of the windows "shell32.dll" file to read from the string table with out any luck. Global $shell_dll = @ScriptDir & "\shell32.dll" $RC = DllCall($shell_dll, "none", "String table") msgbox(0,"test dll", $RC) Now this i know is waaaaaaay off, but i just can't figure out the guides for this, i've been trying to RTFM, but....no luck, can't wrap my head around it. Can anyone help please?
×
×
  • Create New...