lionfaggot 2 Posted February 3, 2011 so, i was looking to do some basic dde things with mirc, because mirc is a good program to use for dde, but i dont see any dde type things in the help file and i dunno how to work with dlls just yet, so what im really asking is if someone could give a me a few examples of how to use dllcall and other dll typee stuff, and how do i figure out what functions a dll contains, i realize a dll is a library of functions (or so i think) but how do i use them and how do i figure out what functions they actually have thanks in advance guys Share this post Link to post Share on other sites
jvanegmond 306 Posted February 3, 2011 (edited) Dll's usually have documentation describing what functionality they expose. As far as examples go, the forum is chock-full of them. Also, what is DDE? I only know it as Dynamic Data Exchange which mIRC is not a good program for at all. Remember that we're AutoIt experts here, not mIRC experts. Edited February 3, 2011 by Manadar github.com/jvanegmond Share this post Link to post Share on other sites
lionfaggot 2 Posted February 3, 2011 mirc supports DDE, i just wanted to sort of "link" a few mirc scripts with autpoit exes Share this post Link to post Share on other sites
lionfaggot 2 Posted February 3, 2011 and how is it not good for DDE? most mp3 scripts use dde to and from winamp lol Share this post Link to post Share on other sites
lionfaggot 2 Posted February 3, 2011 i really meant to ask how would i use dde from autoit, but i kinds fucked up my question lol Share this post Link to post Share on other sites
jvanegmond 306 Posted February 3, 2011 You have everything you need to get started. Unless you have more specifics questions.. mIRC DDE documentation: http://www.quickfox.net/help/winhlp32.exe/mIRC/mirc.hlp/id/dde.html Leads to: Using SendMessage to communicate: http://www.quickfox.net/help/winhlp32.exe/mIRC/mirc.hlp/id/96zzc_.html AutoIt supports SendMessage via the _SendMessage function. See the help file. github.com/jvanegmond Share this post Link to post Share on other sites