mIRC Home    About    Download    Register    News    Help

Print Thread
#65208 24/12/03 03:03 PM
Joined: Sep 2003
Posts: 10
L
Lazhar Offline OP
Pikka bird
OP Offline
Pikka bird
L
Joined: Sep 2003
Posts: 10
Hi all,

I'm a C# coder and i'm working on an application which at a moment should send an IRC message using mIRC.exe (process). But i dont know how to send a message from my C# program to mirc.exe, i know... SendMessage() in win api but i doesn't want it.

If someone has a library (class) or a component, send me by mail ou post here the url !

Ciao.

PS: it's not a topic to say ".NET must die" or "f*** C# ! f*** microsot...".

#65209 25/12/03 01:34 AM
Joined: Sep 2003
Posts: 10
L
Lazhar Offline OP
Pikka bird
OP Offline
Pikka bird
L
Joined: Sep 2003
Posts: 10
up !
answer plz smirk

#65210 25/12/03 02:01 AM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
1) Don't "bump" threads. It just irritates those who frequent the boards, and makes you come accross as impatient.
2) If someone has an answer, they will share it. Other wise please sit back, and relax.
3) If you're in desperate need of an answer, try a real-time chat service, not a message board. There isn't always a member on the forums at all hours of the day.


-KingTomato
#65211 26/12/03 02:46 PM
Joined: Sep 2003
Posts: 10
L
Lazhar Offline OP
Pikka bird
OP Offline
Pikka bird
L
Joined: Sep 2003
Posts: 10
ok ... sorry !!!
But if someone has a control or an url post it here plz it's really important !

thx a lot.

#65212 27/12/03 09:13 AM
Joined: Dec 2003
Posts: 3
T
Self-satisified door
Offline
Self-satisified door
T
Joined: Dec 2003
Posts: 3
Hmmm,

I have never touched C#, being a true Linux fan and as
such prefering C++ ... but I can understand what you are
trying to do.

What I don't understand is WHY you are trying to do it.
Connecting to an Irc server is amazingly easy, being
a simple text based protocol, no encryption or authentication
or anything as such, it would only take a few lines of code
to establish a connection, and very little code to send
and recieve messages, whereass sending lines to a
running process is slow, akward, glitchy... and harder
to program.

If you really must use Mirc though... why not use its
pluggin capabilities and write a DLL. Or if that dosn't
tickle your fancy write a small go-between script
using the build in scripting language.

Anyway, Enough Babbling From Me!

PS: .net should die, and Microshaft should burn in the fires of hell.

#65213 28/12/03 08:03 AM
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
What makes you think microsoft would burn in the fires of hell, i mean thats where it was forged in the first place wasnt it?

#65214 28/12/03 08:57 AM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
Please refrain from the OS trash talk.


-KingTomato
#65215 28/12/03 06:27 PM
Joined: Dec 2003
Posts: 3
T
Self-satisified door
Offline
Self-satisified door
T
Joined: Dec 2003
Posts: 3
Sorry M8,
Just can't resist slanderning anything written by little Billy.


Link Copied to Clipboard