鼠标移动经过控件时,将触发控件的

A.MouseDown事件

B.MouseUp事件

C.MouseMove事件

D.Click事件

查看答案

相关问题推荐

  • 有以下程序 includevoid fun(char *t,char *s) { while(*t!=0) t++; while((*t++=*s

    有以下程序

    #include <stdio.h>

    void fun(char *t,char *s)

    { while(*t!=0) t++;

    while((*t++=*s++)!=0);

    }

    main( )

    { char ss[10]="acc",aa[10]="bbxxyy";

    fun(ss,aa); printf("%s,%s\n",ss,aa);

    }

    程序的运行结果是

    A.accxyy,bbxxyy

    B.acc,bbxxyy

    C.accxxyy,bbxxyy

    D.accbbxxyy,bbxxyy

    查看答案
  • 当对命令按钮的Picture属性装入.bmp图形文件后,命令按钮上并没有显示所需的图形,原因是没有对某个属性设置为1,该属性是( )。

    A.MousePicture

    B.Style

    C.DownPicture

    D.DisabledPicture

    查看答案
  • 假设线性表的长度为n,则在最坏情况下,冒泡排序需要的比较次数为

    A.log2n

    B.n2

    C.O(n1.5)

    D.n(n-1)/2

    查看答案
  • 若有以下程序 includeint a[ ]={2,4,6,8}; main( ) { int i; int *p=a; for(i=0;i
    查看答案
  • 在VisualBasic的立即窗口内输入以下语句

    X=65

    PrintChr$(X)

    在窗口中显示的结果是

    A.65

    B.A

    C.a

    D.X

    查看答案
  • It is because she is too young ______ she does not know how to deal with the situation.

    A. so

    B. that

    C. so that

    D. therefore
    查看答案
  • The moon gives ______ no light of its own.

    A. off 发出,发光

    B. up 放弃

    C. in 屈服

    D. away
    查看答案
  • The announcement says that the class meeting will be ______ at 7 o'clock Tuesday evening.

    A. taken

    B. made

    C. placed

    D. held
    查看答案
  • I hate those people who think they are superiorme without any reason.
    A. at B. on C. to D. than
    查看答案
  • Food and shelter are _____ for human beings.
    A. special B. especial C. essential D. exceptional
    查看答案