My DLL can respond to mirc events ... but how to get it to make mirc do a command at any time?
6 views
Skip to first unread message
Dave -Turner
unread,
Jul 28, 2009, 5:13:42 AM7/28/09
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Ive written a simple DLL which can respond to mirc events no problems, for example ON JOIN, which then calls my DLL with the /dll call ...
But how can my DLL make mirc perform a /command at any time? (as opposed to having to wait for an event from mirc) Does mirc.exe export a particular function I can call to accomplish that?