mIRC Home    About    Download    Register    News    Help

Print Thread
#142773 19/02/06 10:45 AM
Joined: Oct 2005
Posts: 827
P
pouncer Offline OP
Hoopy frood
OP Offline
Hoopy frood
P
Joined: Oct 2005
Posts: 827
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?

#142774 19/02/06 12:35 PM
Joined: Jan 2006
Posts: 64
S
Babel fish
Offline
Babel fish
S
Joined: Jan 2006
Posts: 64
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

#142775 19/02/06 02:44 PM
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
$dde can send DDE messages to other applications. If you make your app support DDE you could use that.

#142776 19/02/06 02:52 PM
Joined: Feb 2005
Posts: 681
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Feb 2005
Posts: 681
Quote:
but there is now remote event for dde


There is?

#142777 19/02/06 05:28 PM
Joined: Jan 2006
Posts: 64
S
Babel fish
Offline
Babel fish
S
Joined: Jan 2006
Posts: 64
hahah... "now" had to be "no"... crazy

#142778 19/02/06 06:07 PM
Joined: Feb 2005
Posts: 681
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Feb 2005
Posts: 681
wink

#142779 04/03/06 11:04 PM
Joined: Dec 2002
Posts: 25
T
Ameglian cow
Offline
Ameglian cow
T
Joined: Dec 2002
Posts: 25
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

#142780 04/04/06 07:46 AM
Joined: Sep 2005
Posts: 116
I
Vogon poet
Offline
Vogon poet
I
Joined: Sep 2005
Posts: 116
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

#142781 04/04/06 11:00 AM
Joined: Oct 2005
Posts: 126
Vogon poet
Offline
Vogon poet
Joined: Oct 2005
Posts: 126
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...


If you mess with the best, u will die like the rest !
#142782 05/04/06 10:36 AM
Joined: Oct 2005
Posts: 126
Vogon poet
Offline
Vogon poet
Joined: Oct 2005
Posts: 126
Never mind, i already got it. :tongue:


If you mess with the best, u will die like the rest !

Link Copied to Clipboard