mIRC Home    About    Download    Register    News    Help

Print Thread
J
Janno
Janno
J
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,893
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,893
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).

J
Janno
Janno
J
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: 194
N
Vogon poet
Offline
Vogon poet
N
Joined: Jun 2003
Posts: 194
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 ...)

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