mIRC Home    About    Download    Register    News    Help

Print Thread
#103663 23/11/04 07:26 PM
Joined: Nov 2004
Posts: 148
D
Vogon poet
OP Offline
Vogon poet
D
Joined: Nov 2004
Posts: 148
1) I would like to send a DDE from another program to mIRC. Actualy I'm already doing it, but the problem is that mIRC maximize itself everytime it gets the DDE command.
Is there any way to prevent it from maximizing (Make it catch the DDE silently)?

2) How to I use SendMessage()? (Lets say I wanna use it from internet explorer with a link, or by editing the registry that a link will send a SendMessage() to mIRC, just like it can be done with DDE, how can I do it?)

3) Will SendMessage() be helpfull to prevent the maximizing problem?

#103664 24/11/04 11:56 PM
Joined: Jan 2003
Posts: 1,063
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,063
::SendMessage() is just a function in any language under WIN32 API to send windows messages into the message loop

I have no experience with this but it shouldn't effect the state of any window as far as I have tested it in applications I wrote myself...


If it ain't broken, don't fix it!
#103665 28/11/04 08:55 PM
Joined: Nov 2004
Posts: 148
D
Vogon poet
OP Offline
Vogon poet
D
Joined: Nov 2004
Posts: 148
thanks


Link Copied to Clipboard