mIRC Home    About    Download    Register    News    Help

Print Thread
S
Sainty
Sainty
S
Hi

I was wondering if anyone would have any idea how I could go about getting what connection a window in mIRC belongs to from inside a C++ DLL, from just the window HWND.

I've tried a few idea's but with no luck as of yet.

Any help/suggestions would be great. Thanks in advance to anyone who replies.

Alex

M
module
module
M
I'm not too familiar with C++ at the moment, nor coding DLLs. There is probably an easier way to do with inside the DLL using C++, but here's an idea. Create a file every so many seconds that is update with what windows are open and their connection id, have the dll read from that file.. as I've said before there is probably an easier and better way to accomplish this.


Link Copied to Clipboard