Jump to content

Help on learning DLL


 Share

Recommended Posts

Hi Friends,

I have been using this extradinary automation tool for couple of years. But i am ashamed myself still that i did not learn how to use DLL files. I wanted to learn how to make use of the DLL file so that i can do what ever i want on my own. is there any tutorial site available to start learning? if i asked anything silly sorry for that?

Please let me know if i have posted a wrong question or in wrong forum

Thank you,Regards,[font="Garamond"][size="4"]K.Syed Ibrahim.[/size][/font]

Link to comment
Share on other sites

See the functions DllCall and DllStructCreate in the help. Using DllStructCreate takes a bit of getting used to. I kind of shied away from it myself for awhile. But if you look at the documentation for the function in the DLL you are calling(as example on MSDN site) you can figure out how to create the struct with the correct data types in the correct order. If you get that right it's just filling in DllCall with the correct params and types info.

Edited by MilesAhead
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...