有的,叫做MouseHover吧,还有MouseEnter,MouseDown等一串函数,能找到吗?

解决方案 »

  1.   

    Random函数在System.Random里,using System.Random;
      

  2.   

    在Vs.net 的IDE里怎么看不见?在哪呀。
      

  3.   

    >>右键Button -> 属性 -> 点黄色按钮 -> 找到MouseHover 双击就可以了>>using System.Random
      

  4.   

    帖个图你瞧瞧:http://home.earthlink.net/~yuanyu81/screenshots/2.jpg
      

  5.   

    我有够白痴
    谢谢。Random rnd=new Random();
    rnd.nextdouble();可以取得随机值,且为double型,不需要using 什么。