mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Aug 2004
Posts: 5
J
Janno Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
J
Joined: Aug 2004
Posts: 5
Hi,

I'm trying to write something in those richtedits, but they don't react on any EM_ message. Is there any way to manipulate them?

Last edited by Janno; 27/11/04 01:34 PM.
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
First, enable "Multibyte Editbox" in Alt+O > IRC > Messages and restart mIRC. This is supposed to make the editboxes "normal" (I don't know in what way, though). If you're still having problems I suggest you to contact a guy called wakjah on Undernet. Recently he wrote a DLL that can manipulate channel editboxes (hopefully he doesn't mind me mentioning it here smile).

Joined: Aug 2004
Posts: 5
J
Janno Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
J
Joined: Aug 2004
Posts: 5
Uhm, I think my english is just too poor to explain what i really meant: The textbox, in which u can echo text with /echo etc.. I'm assuming it's a richedit, because you can have colors there.

Hope this is a better description.

Joined: Jun 2003
Posts: 195
N
Vogon poet
Offline
Vogon poet
N
Joined: Jun 2003
Posts: 195
If your referring to the channels text (displayed text) thats not a richedit (or edit) its a static window. mIRC draws the text itself (using DrawText, TextOut, ...) to the window. This is why you can have multiple colors and styles (bold underline ...)


Have Fun smile
Joined: Mar 2003
Posts: 187
S
Vogon poet
Offline
Vogon poet
S
Joined: Mar 2003
Posts: 187
feel free to view my source in my Editbox DLL:

http://www.mircscripts.org/comments.php?cid=2357


Link Copied to Clipboard