Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

Important DLL Functions


  • Please log in to reply
4 replies to this topic
A v i
  • Members
  • 1323 posts
  • Last active: Nov 14 2015 06:56 PM
  • Joined: 30 Jan 2013

Today, I had the pleasure of going through Side's DLL Call Tutorial.

 

Pretty Impressed,I tried to do some tests on how other DLL's work following this MSDN page.

 

But , thats a huge list..Too Long for trying them one by one..

 

So, can any DLL CALL Expert suggest a good list of interesting,helpful (DLL) functions that are only possible with DLLCall and not with just AHK. () .Some fucntions that are really must-try.

 

As for Side's Tut, he used MessageBox to teach the concepts ; MessageBox which is also possible with AHK

 


Now a CS Undergrad. | My WebsiteAutohotkey Scripts | Softwares

Telegram me : @aviaryan


guest3456
  • Members
  • 1704 posts
  • Last active: Nov 19 2015 11:58 AM
  • Joined: 10 Mar 2011
nothing is 'important' or 'must-try'

you use what you need to reach your goal. what is your goal? to just play around? then just look thru the Scripts forum

Rijul Ahuja
  • Members
  • 763 posts
  • Last active: Nov 25 2013 10:16 AM
  • Joined: 14 Mar 2012

If you are still looking, I suggest you play with music, using bass.dll and audiogenie3.dll


Abandon the forum. The community has decided in a democratic vote to leave this website because of inactive and perverse administration.

Very few of the contributing members remain here.


A v i
  • Members
  • 1323 posts
  • Last active: Nov 14 2015 06:56 PM
  • Joined: 30 Jan 2013

If you are still looking, I suggest you play with music, using bass.dll and audiogenie3.dll

Can these add/edit Id3 tags..

 

http://www.autohotke...3dll-beta-2002/ The lib is dead

I see you Mod


Now a CS Undergrad. | My WebsiteAutohotkey Scripts | Softwares

Telegram me : @aviaryan


Rijul Ahuja
  • Members
  • 763 posts
  • Last active: Nov 25 2013 10:16 AM
  • Joined: 14 Mar 2012

I don't personally use the libraries for AG3 or Bass myself, though.

Unicode wrapper for bass

 

Here are some DllCalls I use frequently.

Spoiler

 

In most cases, the documentation of the function in the DLL, combined with AHK documentation is able to explain things to me.


Abandon the forum. The community has decided in a democratic vote to leave this website because of inactive and perverse administration.

Very few of the contributing members remain here.