About This File
The MDX.dll (mIRC Dialog Extension) dll is the first created dll that can modify any mIRC Dialog with some commands on the dialog init and on other identifiers. You can change the text color,font,style,text size, and more.. Visit the Dragonzap website to view more details about the MDX.dll and more dlls..
Examples:
alias mdx { dll mdx.dll $$1- }
SENDING THE DLL THE COMMAND TO WORK
on *:DIALOG:test:init: {
mdx SetMircVersion $version
mdx MarkDialog $dname
mdx SetBorderStyle $dname 1 staticedge
mdx SetColor $dname 2 background $rgb(255,0,0)
mdx SetDialog $dname bgcolor $rgb(255,255,255)
FOR THE ID (YOU CAN USE THIS ADDON FOR $RGB COLOR FIND) .
-
; THE SETDIALOG CAN CONFIGURE THE DIALOG AND THE BGCOLOR IS THE BACKGROUND COLOR OF THE DIALOG.
mdx SetFont $dname 2 14 verdana
; THE SETFONT CHANGING THE ID FONT (VERDANA) THE "14" IS THE FONT
SIZE THAT YOU MUST ENTER TO CHANGE THE FONT
}
What's New in Version 0.92 See changelog
Released
No changelog available for this version.
Recommended Comments
There are no comments to display.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.