About This File
The CWND.dll (unknown company and creator) dll is an none useful dll that can modify any mIRC Dialog with an command on the custom dialog init.
Examples:
on *:DIALOG:test:init: {
animate_dialog $dialog($dname).hwnd
; THIS CODE WILL ANIMATE THE DIALOG ON THE INIT
}
alias -l animate_dialog {
dll cwnd.dll animateWindow $$1 $rand(500,1000) AC
; THIS ALIAS WILL YOU PUT WHEN YOU WANT TO ANIMATE A WINDOW THE ;500 AND 1000 IS THE MILLISECONDS DELAY TO OPEN
}
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.