About Dialog

By xdesoto on Jan 14, 2011

Screenshots

Basic About dialog (nothing fancy)
You can have a black background(via mdx.dll which you can change the color around easily) or basic theme background.

I left the icon in it so you can place the info there (i.e. images\background\about.bmp)

Hope this helps

alias about { dialog -m about about }
dialog about {
  title "About"
  size  -1 -1 420 180
  text "PUT TEXT MESSAGE HERE "1,15 5 250 150
  icon 9,267 8 150 150, IF YOU HAVE A BACKGROUND IMAGE YOU CAN PUT IT HERE IF YOU WANT.
}

""""""""""""""""""""""""""""""
If you want the version with the black background use this (YOU MUST HAVE A MDX.DLL ALREADY)

dialog about {
  title "About"
  size  -1 -1 420 180
  text "PUT TEXT MESSAGE HERE "1,15 5 250 150
  icon 9,267 8 150 150, IF YOU HAVE A BACKGROUND IMAGE YOU CAN PUT IT HERE IF YOU WANT.
}
on *:dialog:about:*:*:{
  if ($devent == init) {
    $mdxin
    dll $mdx SetMircVersion $version
    dll $mdx MarkDialog $dname
    dll $mdx SetDialog $dname BGColor $color(1)
    dll $mdx SetColor $dname 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 background $color(1)
    dll $mdx SetColor $dname 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 textbg $color(1)
    dll $mdx SetColor $dname 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 text $color(14) 
  }
}

Comments

Sign in to comment.
xdesoto   -  Nov 18, 2011

I mess with DCX, but this isn't a DCX script ProSec.
And the "about" dialog I have for dcx is different than this.

 Respond  
Protheus   -  Nov 17, 2011

I dont think a question was answered here. He asked how to change button colors. I also would like to know this but with DCX.

 Respond  
Archer91SM   -  Jul 08, 2011

Ok,i fix it :D don`t make a aliases ... Thanks BigSteve :D

 Respond  
Archer91SM   -  Jul 08, 2011

khm...don`t work again....

 Respond  
BigSteve   -  Jul 08, 2011

setmirc version your wanting a dll that changes your version
google stealth.dll

 Respond  
Archer91SM   -  Jul 08, 2011
/dll: unable to open 'D:\Program Files\XFactorScript\SetMircVersion'

Anyone can assistent me pls.....?

 Respond  
Archer91SM   -  May 27, 2011

BigSteve this is not it,i try this.... need me for my dialogs black button background and lime caption on button :D

 Respond  
BigSteve   -  May 27, 2011
    dll $mdx SetColor $dname 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 background $color(changethis)
    dll $mdx SetColor $dname 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 textbg $color(changethis)
    dll $mdx SetColor $dname 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 text $color(changethis) 
  }
}
 Respond  
Archer91SM   -  May 27, 2011

Anyone can tall me how change button background color and button text color with dll $mdx?

 Respond  
Sharky_Dude   -  Apr 24, 2011

Nice, I was just looking to learn about dialogs and I did. Thanks Big UU

 Respond  
BigSteve   -  Jan 17, 2011

good code works well :D

 Respond  
macs-rock   -  Jan 16, 2011

:D

 Respond  
xdesoto   -  Jan 16, 2011

*gives treat

 Respond  
macs-rock   -  Jan 16, 2011

cool snippet :( puppy dog face

 Respond  
xdesoto   -  Jan 16, 2011

Comments/Suggestions? puppy dog face

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.