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

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

 

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


IRC DLLs -
I'm planning on using vb to make DLLs for my mIRC script, but i don't know what to do to start making them, if anyone can tell me or give me a tutorial or something i'd help alot!


[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?


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


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


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


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


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


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".


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~


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


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


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 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


DLLs -
I know that DLLs can be created in VB, but I have a couple of queries. Can DLLs be in leiu of modules, ie for Constants and Functions? What is the benefit of using DLL's? Is there a major decrease in project size when DLLs are used?


[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?


Deployment - Register / Unregister COM DLLs -
I have a .Net deployment project that includes some COM DLLs. The DLLs are set to install into the application folder and register themselves. The problem I have is that I have another application that uses these DLLs as well, and although the other app has its own copy of the DLLs, th


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.


Securing VB DLLs -
I am using certain DLLs in my Visual Basic application, which are included in the package supplied to any user. I want to lock these DLLs so that no other user can use these DLLs in their applications. Any Idea?


DLL reinstallation -
Hello everybody... I am reinstalling a program that uses DLLs that I created. The first installationg in the computer I detected some errors so I went back to my pc and changed those dlls. I recompile it and created the setup again. When I go to the pc where I want to install it...


Difference in types of DLLs (VB AX DLLs vs. C++/Win DLLs) -
Can anyone explain the difference between the AX DLLs that you might create in VB vs. the DLL libraries that you reference in API calls with Declare Function?


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...?


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.


Simple Questions: DLLs, Dependencies -
I ran Dependency Walker on my program but it did not show any of the DLLs I made for my program. I am curious if I may not have done something right. When I use PDW all the DLLs are accounted for. Did I do anything wrong or is this normal? While testing my DLLs I compiled them ma


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


[02/03] How to use COM-Dlls in .net -
I'm confused! I've got several COM-Dlls using each other, e.g.: A uses B and B uses C and D. Now I started a .net-Project and imported them successfully. Visual Studio created several Interop-Dlls for me and stored them in the project-folder. Now I want to use the same Dlls in anothe


Will COm+ wrapper to VB 6.0 dll be effective -
Hi, I have COM+ dlls created in VB6.0. Since VB6.0 dlls cant support Object Pooling and many advance features of COM+, I want to see if dot net COm+ wrapper to my VB 6.0 dlls will increase the performace of my dlls or not. Any idea, how it will work internally to guess if it will


Please help Reference DLL issues. -
Hello to All, Ok here's my problem. I am adding com References to my application. Which in turn create interop dlls. I've created an install for my application and if I have the interop dlls install into the same directory as my exe file it runs fine. but what I'm try


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


How do you call the business dlls -
In my applications I use Microsoft dlls but I also use some dlls that the company has developed including business logic and calculations. How do you call both those kinds of dlls. what re the terms used to diferenciate them in the Software industry Thanks.


Running app w/ DLLs over network -
How can I place my application on a network share (with all it's associated DLLs) and have other people able to run it? It runs fine locally, but that's because VB has registered the DLLs that I built locally in my registry. Is there a way to get the program to use DLLs in it's own d


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


Client app. and dll -
I have on one machine client win application, some .dlls are on machine2. Client app use that dlls, question is: how to put .dlls on machine3 without recompiling client app? Maybe some explanation how to reference dlls in that case. regard j


Runtime Dlls -
I was wondering if there was a way I could destribute my program as a normal .exe to a computer that doesnt have the VB6 Dlls. I know it won't run unless I include the dlls, but is there a way I could put them into my exe as resource files or something? Thanks.


creating and using dlls -
ok.. i know that in vb you can create your own dlls.. but when i try to call them using the private declare function statements.. i can never get them tow ork.. it always says cant fine entry point blah in dllfilename... im wondering if im wirting my functions in the dlls wrong or if i