mIRC Home    About    Download    Register    News    Help

Print Thread
#127829 17/08/05 04:54 AM
Joined: Aug 2005
Posts: 10
X
Xthar Offline OP
Pikka bird
OP Offline
Pikka bird
X
Joined: Aug 2005
Posts: 10
how can i add a picture to my mp3 dialog iv read the helpfile but i dident get the info im looking for can someone plz help me frown

#127830 17/08/05 02:45 PM
Joined: Dec 2002
Posts: 1,245
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Dec 2002
Posts: 1,245
the second listing for icon in the help files will allow you to use bmp and jpg as backgrounds, note that items placed over them will block out portions of the image, and when the icon loads is important too

Code:
dialog Background {
  title "Background pix in my Dialog"
  size -1 -1 100 100
  option dbu
  icon 997, 1 1 100 100, "c:\windows\Blue Lace 16.bmp"
  icon 998, 15 15 32 32, mirc.exe
}


a sample


Link Copied to Clipboard