Home » Files » mIRC Dlls |
MDX - v0.92
[ Download from mirror (41KB) ] | |
- MDX DLL -
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.. MDX Studio: here ; THE MDX ALIAS IS REQUIRED FOR
SENDING THE DLL THE COMMAND TO WORK on *:DIALOG:test:init: { mdx SetMircVersion $version ; THE SETMIRCVERSION IS REQUIRED FOR FASTER DLL USAGE
; THE MARKDIALOG IS REQUIRED TO ENABLE THE DIALOG FOR EDITING
mdx SetBorderStyle $dname 1 staticedge
; THE SETBORDERSTYLE IS RECOMMEND TO USE IN CHECK,BOX,COMBO
mdx SetColor $dname 2 background $rgb(255,0,0)mdx SetDialog $dname bgcolor $rgb(255,255,255) ; THE SETCOLOR PUTTING AN COLOR INTO THE ID AND THE BACKGROUND IS USED TO THE ID BACKGROUND ALSO THE $RGB (/HELP $RGB) IS THE COLOR
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. ; THE SETFONT CHANGING THE ID FONT (VERDANA) THE "14" IS THE FONT
SIZE THAT YOU MUST ENTER TO CHANGE THE FONT }
- Version: 0.92 Size: 41,0KB
| |
Category: mIRC Dlls | | Added on: 02 Jan 2011, 06:36:46 | |
Views: 4632 | Downloads: 1398 |