Blake81
Well-known member
I've mentioned working on an admin console before for mIRC. I put that aside for awhile, but I recently decided to see if I can use a DLL to do what I want. I'm starting small as a test. If I have a class library with a form that has a textbox and a button, is there a way to somehow send what I've typed to the mIRC script after I hit the button? The only DLLs I've made for mIRC pass a string and immediately get a value back. I'm not sure how to code this so that it doesn't return anything until I type and click the button. I know I can open a COM connection and use the result in a script, because I've done that, but the thing with this project is being able to wait until I've typed. I hope you understand what I'm trying to do. Thanks for any help.
I've seen references to SendKeys. How does that work? Can I send text and commands to a specific mIRC window?
I've seen references to SendKeys. How does that work? Can I send text and commands to a specific mIRC window?
Last edited: