o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Sending info from mIRC to program via DDE -

I have been experimenting with sending info from mIRC to a program I wrote via DDE. I have read all the examples and as far as I can tell they match up but I am obviously still missing something. I have set the Property "LinkMode=1-Source" and "LinkTopic=Books". I also have a "Form_LinkExecute" procedure to handle the data that it receives but . The program will send messages to mIRC but I just can't seem to get mIRC to send messages to the program. This problem is driving me nuts. Any help would be greatly appreciated.

 

Sending info from mIRC to program via DDE -
I have been experimenting with sending info from mIRC to a program I wrote via DDE. I have read all the examples and as far as I can tell they match up but I am obviously still missing something. I have set the Property "LinkMode=1-Source" and "LinkTopic=Books".


Register Name[resolved] -
Hard to explain but I'll try the best I can. You know for IRC it has irc://66.66.66.66:6667 and it launches mIRC and connects to that server?. How can I have my program have its own name thing so it launches when someone clicks say [/i]myprog://66.66.66.66:9801[/i] ? What I'm asking


[2005] dll to work with mIRC's $com -
I made a dll to work with mIRC. in my computer I am able to run it like I should, the problem is when i gave the dll and tlb to a friend he couldn't run it because mIRC could not register it. Anyone (doesn't need to know mIRC script) have an ideas? here is the mIRC code if it h


mIRC Login -
I would like to make an application that logs into mIRC with the given nickname and path to mIRC. How would I do this?


Winamp and mIRC DDE -
Whilst fiddling with a Winamp Plugin called mIRCex, which sends the current played song to mIRC and says it rather proudly in the channel which i currently resided, I thought to myself.. how the hell does it do that? After more fiddling, i discovered that i could control Winamp thro


Mirc -
Hello Guys, Here is something which might interest you: 1. Open Hyperterminal and cancel the dialog box. 2. Goto File > Properties 3. Set the parameters as below: Connect using: TCP/IP (Winsock) Host Address: YourComputerName Port Number: 1000 4. Click


Using GetWindowText with mIRC -
Hi I'm having some trouble getting text from mIRC a mIRC channel. I know you should be able to get it with GetWindowText or a SendMessage (WM_GETTEXT), but I can't seem to figure out how to do this. Can someone please give me some working sample??? John


mIRC [resolved] -
I want to make a program that grabs the chat text from mIRC and saves it as a text file. I know how to save the text to a file once i get it. The problems is that WM_GETTEXT dont work.. Can anyone help me figure out a different way to get the chat text from mIRC. Thanks~


Using DDE -
Im hoping to use mIRC to pass commands to my program and the only thing i can think of is dde. However i have absoloutly no idea how it works. I can send a DDE message from mIRC no problem. But i have no idea how i can check for messages from within my vb program.


mIRC and VB .... need help -
Hi i want to use mIRC's dde function to talk to a vb application. I have found many resources on how to talk from vb to mIRC but nothing on how mIRC can talk to vb using DDE. Any help/documentation ect. will be nice. Thanks spaceknop


Sending Info to PHP Page -
hola all... I have been creating a chat program for a while now, and it has been on hold. a few days ago some one mentioned sending the info to a php page and then having that do everything. So that sparked my interest since i already knew PHP. My question is, How do i send info


VB6 Active Program Windows -
Hello Everybody Alright... I'm trying to build a simple "MSN User-Is-Online" thingny for mIRC, using VB 6.0, and everything is perfect, except one thing. When I load my Notify.exe, it gets "Active". In other words, say if I have mIRC.exe running, when I'm gonna


GetText Api Mirc Not Working Please Help. -
I am trying to retrieve text from a custom log window in Mirc, The trouble is that the hwnd is the same for the titlebar as the box that looks like a multiline edit box, and when sending the message gettext i get the text of the title bar, not the editbox. The class of the window is s


Hook into mIRC -
I am trying to set a hook to monitor a chat window in mIRC. I got the handle to mIRC, and from there, I got the handle to the MDI chat window. I also got the thread ID of the chat window I believe. But when I try and set up either a WH_SYSMSGFILTER hook or a WH_MSGFILTER hook for th


mIRC Style updating textbox -
Once again, the subject says it all. If anyone has used mIRC they would be familiar to the textbox that appears when the user joins a channel. How can you do that in VB and create a chat-style program...?


Communicating with apps -
What would be the best way for me to read from and write to an existing application? The application I want to communicate with is mIrc. I would like to be able to read any data coming into mIrc that shows up on the screen and write data into the input box for mIrc. Any help wil


USE mIRC -
Come on man Use mIRC , It's faster , easier , more comfortable and Let you see what I've typed . I'm waiting on #amman as the of +Zargawee . OK


Designing a form -
Hi all, I am very new to VB, however, I am well experienced in VBScript (ASP) so I'm not totally lost I'm trying to learn VB by doing a chat system with a client and server. It will work like mIRC, and the look n feel will also be inspired by mIRC. The problem is this: I can


Sending A message to an active mIRC Window -
Does anyone know how to send a message to an active mIRC window. Winamp and K-JoFol has this feature. ------------------ OmarSwan omarswan@yahoo.com http://www.omarswan.cjb.net To God Be The Glory


mIRC Addons -
Hi im really new to vb but i only wish todo the basics anyway. how could i create a .dll file to use with mirc, so that i can get mirc to call things from the .dll for a test and to get me started off i was told to make a quick... Sub testing () msgbox "Done!" end sub


DLL for mirc -
I was wondering if it was possible to do a DLL for mirc? If so, how? I mean, how to make the subs, and so? An example for a fully working DLL would be very very nice. Thanks in advance. -spike


mass emailing in vb -
im just starting to look into writing a program that emails lots of people. i thought i might be able to achieve this by automating outlook which is relatively simple, but unfortunatley whenever you try to send an email outlook pops up a box that needs clicking yes before the email


[2008] Hooking mirc -
Hello.. Is it possible to hook etc. mirc.exe so it will use an open connection, to etc. send "PRIVMSG #channel :message here" from another app? thanks


mIRC dll -
How do i make a mIRC dll in vb?


How to make VB do stuff to another program -
Hello, I've seen some visual basic applications which can somehow do things to other applications. For instance, in a chat room for AOL, (don't worry this was over 5 years ago, I don't have AOL anymore I have a Cable ISP ) I rember having a program that was written in VB that added


irc program in VB -
had a few problems on a irc server with people sending "nukes", basically packets of info to d/c people from the server, just wondering if its possible to write a program in VB that will pick up who is sending these packets and where they are sending them too?


Creating OWN DLL -
So... This is somehow API-thing, I think. My purpose is create DLL-file, what mIRC uses with $dll (function). The idea is create dll, what reads winamp's title, and returns artist - songname -> mIRC. If someone haves GOOD tutorial of DLL-programming (in VB), please, could he/sh


mIRC rooms -
mIRC VB help rooms. I'm new to VB and I'm looking for some good rooms to hang around in and try to learn something.


MIRC Dlls -
Does any 1 know if u can use Vb to make mirc dlls and if u can could u give me a example. Thanks, Andy


Sending a String to a Program with DDE -
My Server allows a command to be sent to it with DDE. How Would I send a String to the Server console? It says as an example: Code: ; DDEName= ; ; Changes the name of the DDE channel. The DDE channel allows you to execute console commands on your server through DDE. ; ; T


mIRC QUestion -
Hi.. I am trying to get the chat from an mIRC window.. the actual chat is stored in a "static".. how can i get the text from it? thanks


Help lol :P -
i need a code (it's not very big.. i remeber it was only a few lines, but i lost it somewhere lol), that takes the text in a textbox and puts it into a programs message box (ie mirc or msn messenger) and basically automatically presses enter. I reember it didn't contain protocol, an


Finding a process -
heyz, I'm writing a dll for mIRC that will allow you to change some things of windows messenger by commands in mirc with the dll. My problem is now that I can easily find the window of msn when it's up, but I can't find it or the process, when it's in the systemtray. Is there a w


sending a bit of info over the net to another program -
does anyone have a program cooked up that will send information to someone else on the internet running the same program? or perhaps a program that will send a file that the other program will automatically accept... anyone?


Winsock: Getting more than I'm sending -
I have a file sending program and it appears for some reason that I'm getting more than I'm sending when sending a 2841675 byte file I receive 2844012 bytes. Is there some kind of EOF thing being sent at the end of the file?? if so how big is it?


How to get your questions answered - 2 -
Another easy way to get your questions answered (if you have IRC) is to visit the channel #visualbasic on irc.quakenet.eu.org and ask questions or download code from their (quite good) code bot. I think you can get an IRC client from www.mirc.com. Anyway the advantage of IRC is t


DOS exe sending info to a VB app -
I have a DOS exe app that I did not write but I am using to process large files from one type to another. I have made a VB app as a GUI for the DOS app. It does it's job fine. But I know for sure that the DOS exe is sending information that I want about it's progress with it's p


[2.0] [IRC] Checking Ident -
Anyone know how mIRC handles the checking ident? I watched the packets of the mIRC client connecting to an ident checking server but didn't notice any packets hacking to do with it being received or sent. Anyone know how it is done?


ping: -
I posted this in general pc and noticed this would be a better place..heres my post. Need some help pinging a server, it says im supposed to send the unit "info" to get the info i want back, but whenever i send info i get "Bad parameter info." so im typing -


Getting captions of programs -
How do you get the caption of the title bar of a program, like aim or mirc?