mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Feb 2006
Posts: 3
A
ascetic Offline OP
Self-satisified door
OP Offline
Self-satisified door
A
Joined: Feb 2006
Posts: 3
I'm trying to make an addon to mirc. I need to emulate mirc's status window. But what kind of window is it? The part of the window shows connection info and motd's and such.

Where you can select text with your cursor, but on release, it releases your selection area.

I tried editbox,richedit box, activex framed types... what kind of window is that? Am i missing something simple?

Im not talking about script-wise... i'm trying to create it with C++ on visual C++ btw

Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
It's a static. It's all custom drawn.

If you have Visual C++ (or Visual Studio) you should also have a tool called "Spy++" which lets you find the type of any window by dragging a target onto it.

Joined: Feb 2006
Posts: 3
A
ascetic Offline OP
Self-satisified door
OP Offline
Self-satisified door
A
Joined: Feb 2006
Posts: 3
I'm using the express edition, so no MFC either... so i dont think i have that option. I use windows forms basicly. I cant figure it out though.

Joined: Feb 2006
Posts: 3
A
ascetic Offline OP
Self-satisified door
OP Offline
Self-satisified door
A
Joined: Feb 2006
Posts: 3
nevermind, i found it for download. Thanks a lot man


Link Copied to Clipboard