Jump to content

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- }


; 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
 

mdx MarkDialog $dname


 ; 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.

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.


User Feedback

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.

Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...