mIRC Home    About    Download    Register    News    Help

Print Thread
S
stimpy
stimpy
S
Hi all,

When i was looking at some scripts, like borgIRC, i found out they have an editbox in a few dialogs and the text in the edit box is already colored...

I'm building a poppup editor for my script and i would like to have a preview in the dialog...

How can i do this...

Thanks ahead...

Joined: Dec 2002
Posts: 397
A
Fjord artisan
Offline
Fjord artisan
A
Joined: Dec 2002
Posts: 397
use mdx.dll and its something like

dll $udll SetMircVersion $version
dll $udll MarkDialog $dname
dll $udll MarkDialog $dname $dialog($dname).hwnd
dll $udll SetColor <ids can be like 1,2,3,> background $rgb(0,0,0)

S
stimpy
stimpy
S
and where can i find the mdx dll ???


Joined: Dec 2002
Posts: 292
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Dec 2002
Posts: 292
Hi Stimpy

You can find MDX here
http://www.dim-bulb.net/~dragonzap/dlls/

Shadowdemon

S
stimpy
stimpy
S
Oke, Thanks...

It works perfectly

Thanks all for the support...

Grtzzz stimpy

Joined: Dec 2002
Posts: 292
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Dec 2002
Posts: 292
np grin

ShadowDemon


Link Copied to Clipboard