I was thinking having the ability to show the hand cursor in picture window would be great:

Code:
alias testwin {
  window -pdoCBf @testwin -1 -1 200 200
  drawtext -r @testwin 0 verdana 15 60 90 www.mirc.com
}
menu @testwin {
mouse:{
 if ($inrect($mouse.x,$mouse.y,60,90,114,19)) {
   drawtext -r @testwin 16515072 verdana 15 60 90 www.mirc.com
   ;hand cursor here
  }
 else drawtext -r @testwin 0 verdana 15 60 90 www.mirc.com
  }
}




#mircscripting @ irc.swiftirc.net == the best mIRC help channel