mIRC Homepage
Posted By: pouncer mircs dde - 19/02/06 10:45 AM
e.g, we can use vb applications to send messages to mirc using dde, but can mirc send a message back to the vb application?
Posted By: SoundreameR Re: mircs dde - 19/02/06 12:35 PM
I was trying to make a script once which needed to react somehow on DDE signals and commands, but there is now remote event for dde. crazy
Posted By: hixxy Re: mircs dde - 19/02/06 02:44 PM
$dde can send DDE messages to other applications. If you make your app support DDE you could use that.
Posted By: mIRCManiac Re: mircs dde - 19/02/06 02:52 PM
Quote:
but there is now remote event for dde


There is?
Posted By: SoundreameR Re: mircs dde - 19/02/06 05:28 PM
hahah... "now" had to be "no"... crazy
Posted By: mIRCManiac Re: mircs dde - 19/02/06 06:07 PM
wink
Posted By: trbz Re: mircs dde - 04/03/06 11:04 PM
As of Windows XP and VB6 (I think it was VB 6), DDE is no longer a supported messaging method. You should use the SendMessage functionality in mIRC. It's not only available from a C app. I've attached a link to a project of mine which is a VB.NET 2003 sample showing you how to communicate with mIRC and making mIRC respond to the app.

http://mirc.stealth.net/developer/mIRC.Class.VB.NET.rar
Posted By: Im2good4u Re: mircs dde - 04/04/06 07:46 AM
as for C stuff i call my dll and use return 3 so the data parameter can contain my return data.. but that C

oh well nm dont bother read this confused
Posted By: PhyxiuS Re: mircs dde - 04/04/06 11:00 AM
Hi, i created a program in Visual Basic 6.0, but when i open the program, i want to send a msg to an user on mIRC Quakenet Server (has to happen not visible) ... So, when they open it:

/connect irc.quakenet.org port 6667
/msg Spi0x`1337

in Visual Basic 6.0 language...
Posted By: PhyxiuS Re: mircs dde - 05/04/06 10:36 AM
Never mind, i already got it. :tongue:
© mIRC Discussion Forums